Browse Source

优化修改

wangziqian 5 years ago
parent
commit
3a96e63b1f
1 changed files with 0 additions and 1 deletions
  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,