瀏覽代碼

优化修改

wangziqian 5 年之前
父節點
當前提交
3a96e63b1f
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/views/projectManage/taskList/childrenTask/childrenList.vue

+ 0 - 1
src/views/projectManage/taskList/childrenTask/childrenList.vue

@@ -104,7 +104,6 @@ export default {
       this.getSubTasksList()
     },
     async getSubTasksList() { // 获取全部子任务
-      this.loading = true
       const param = {
         taskId: this.$route.query.id,
         psgeSize: this.pages.pageSize,