src/views/fysp/check/ProCheck.vue
@@ -253,12 +253,16 @@ }, //查询子任务统计信息 search(formSearch) { this.topTask = formSearch.obj; this.topTask = formSearch.topTask; this.sideLoading = true; this.mainLoading = true; this.curProList = []; this.curSubtask = {}; taskApi.getSubtaskSummary(formSearch).then((res) => { const param = { topTaskId: formSearch.topTask.tguid, sceneTypeId :formSearch.sceneTypeId } taskApi.getSubtaskSummary(param).then((res) => { const list = []; res.forEach((s) => { const t = this.getSubtaskType(s);