|
@@ -6858,7 +6858,9 @@
|
|
}
|
|
}
|
|
|
|
|
|
if(this.user.timeType.reportExtraField4Name || this.user.timeType.reportExtraField5Name) {
|
|
if(this.user.timeType.reportExtraField4Name || this.user.timeType.reportExtraField5Name) {
|
|
- this.weekGetInfoByProjectId(sss)
|
|
|
|
|
|
+ setTimeout(() => {
|
|
|
|
+ this.weekGetInfoByProjectId(sss)
|
|
|
|
+ }, 500)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -6874,6 +6876,7 @@
|
|
if (res.code == "ok") {
|
|
if (res.code == "ok") {
|
|
this.zhoBao.reportExtraField4List = res.data.orderIds || []
|
|
this.zhoBao.reportExtraField4List = res.data.orderIds || []
|
|
this.zhoBao.reportExtraField5List = res.data.lines || []
|
|
this.zhoBao.reportExtraField5List = res.data.lines || []
|
|
|
|
+ console.log(this.zhoBao, '<===== this.zhoBao')
|
|
this.$forceUpdate();
|
|
this.$forceUpdate();
|
|
}
|
|
}
|
|
},
|
|
},
|