|
|
@@ -207,7 +207,8 @@ export default {
|
|
|
orgName: null,
|
|
|
orgPath: null,
|
|
|
collectionAreaName: null,
|
|
|
- checkId: null
|
|
|
+ checkId: null,
|
|
|
+ checkSub:true
|
|
|
},
|
|
|
// 表单参数
|
|
|
form: {},
|
|
|
@@ -241,8 +242,8 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
created() {
|
|
|
- this.getList();
|
|
|
this.getDeptTree();
|
|
|
+ // this.getList();
|
|
|
},
|
|
|
watch: {
|
|
|
// 根据名称筛选部门树
|
|
|
@@ -295,9 +296,9 @@ closeOptions(){
|
|
|
getDeptTree() {
|
|
|
deptTreeSelect().then(response => {
|
|
|
this.deptOptions = response.data;
|
|
|
- console.log(this.deptOptions, ' this.deptOptions')
|
|
|
this.defaultKeys.push(response.data[0].id);
|
|
|
this.queryParams.orgId = response.data[0].id;
|
|
|
+ console.log( this.queryParams.orgId+"%%%%%%%%%%%%%%%")
|
|
|
this.handleQuery();
|
|
|
});
|
|
|
},
|