diff --git a/src/views/projectFront/examSystem2/trainRecord/trainPlan.vue b/src/views/projectFront/examSystem2/trainRecord/trainPlan.vue index 40733994..7ed64d4f 100644 --- a/src/views/projectFront/examSystem2/trainRecord/trainPlan.vue +++ b/src/views/projectFront/examSystem2/trainRecord/trainPlan.vue @@ -481,7 +481,7 @@ export default { this.dialogVisible3= false; }, - inquire(flag){ + async inquire(flag){ this.worker.pageNo = 1; if(flag == 2) { @@ -493,7 +493,22 @@ export default { // this.workerInfo.teamId = ""; // this.$refs.searchRef.resetFields } - this.getWorkerInfoList(); + await this.getWorkerInfoList(); + + setTimeout(() => { + this.$nextTick(() => { + for(let i=0;i