|
@@ -484,6 +484,7 @@ export default {
|
|
getTreeselect() {
|
|
getTreeselect() {
|
|
treeselect().then(response => {
|
|
treeselect().then(response => {
|
|
this.deptOptions = response.data;
|
|
this.deptOptions = response.data;
|
|
|
|
+ console.log(response.data)
|
|
});
|
|
});
|
|
},
|
|
},
|
|
// 筛选节点
|
|
// 筛选节点
|