Browse Source

监控调阅任务

ouyang 2 năm trước cách đây
mục cha
commit
6aa39376a3
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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();
   },