riku
2024-10-18 c7bd6db3190ff5c4b55d004db0b9fa944604925f
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) => {