Browse Source

教育培训 机构树默认选中

jingyuanchao 2 years ago
parent
commit
6c0cb8b362
2 changed files with 2 additions and 1 deletions
  1. 1 1
      src/views/core/drill/task/index.vue
  2. 1 0
      src/views/core/materials/index.vue

+ 1 - 1
src/views/core/drill/task/index.vue

@@ -140,7 +140,7 @@ export default {
       queryParams: {
         pageNum: 1,
         pageSize: 10,
-        checkSub: false,
+        checkSub: true,
         title: null,
         orgId: this.$store.getters.orgId,
         type: null,

+ 1 - 0
src/views/core/materials/index.vue

@@ -247,6 +247,7 @@ export default {
       },
       // 查询参数
       queryParams: {
+        checkSub:true,
         pageNum: 1,
         pageSize: 10,
         title: null,