瀏覽代碼

监控调阅任务

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