src/views/fysp/task/TaskManage.vue
@@ -46,7 +46,11 @@ ></CompMonitorPlan> </el-col> <el-col v-if="curSubTaskList.length > 0" :span="8"> <CompSubTaskList :data="curSubTaskList" height="56vh"></CompSubTaskList> <CompSubTaskList :data="curSubTaskList" height="56vh" @add="subTaskDrawer = true" ></CompSubTaskList> </el-col> </el-row> </el-tab-pane> @@ -234,6 +238,7 @@ this.task = task; this.sideLoading = false; this.mainLoading = true; this.curSubTaskList = [] taskApi .fetchMonitorObjectVersion(task.data.tguid) .then((res) => {