浏览代码

监控调阅任务

ouyang 2 年之前
父节点
当前提交
6aa39376a3
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/views/core/task/index.vue

+ 2 - 0
src/views/core/task/index.vue

@@ -186,6 +186,7 @@ export default {
         dateRange:[],
         dateRange:[],
         status: null,
         status: null,
         roleId:null,
         roleId:null,
+        checkSub: true,
       },
       },
       // 表单参数
       // 表单参数
       form: {},
       form: {},
@@ -197,6 +198,7 @@ export default {
     };
     };
   },
   },
   created() {
   created() {
+    this.queryParams.orgId = this.$store.getters.orgId;
     this.getList();
     this.getList();
     this.initRoleList();
     this.initRoleList();
   },
   },