|
@@ -169,7 +169,6 @@ export default {
|
|
|
getRouterData() {
|
|
|
console.log(this.clienData, '提测客户端')
|
|
|
this.dataChange = this.clienData
|
|
|
- this.dataChange.joinTest !== null ? this.DetailsOfProposal.txt.html(this.dataChange.joinTest) : ''
|
|
|
if (this.dataChange.lateStatus === 1) {
|
|
|
this.lateStatusBtn1 = 'success'
|
|
|
this.lateStatusBtn = 'info'
|
|
@@ -203,6 +202,9 @@ export default {
|
|
|
this.dependent = 2
|
|
|
this.showRelyOn = false
|
|
|
}
|
|
|
+ this.$nextTick(() => {
|
|
|
+ this.DetailsOfProposal.txt.html(this.dataChange.joinTest)
|
|
|
+ })
|
|
|
},
|
|
|
getQueryData(ele) {
|
|
|
this.dataChange = ele
|