BUG 29505

This commit is contained in:
aixianling
2022-05-05 16:25:17 +08:00
parent 6d3984654c
commit 7d99c2fb5f
8 changed files with 16 additions and 16 deletions

View File

@@ -401,7 +401,7 @@ export default {
},
beforeSelectTree() {
this.treeObj.checkedKeys = [];
this.instance.post(`/app/appgirdinfo/listAll`, null, null).then((res) => {
this.instance.post(`/app/appgirdinfo/listAllByTop`, null, null).then((res) => {
if (res.code == 0) {
this.treeObj.treeList = res.data;
this.forms.girdInfoList.map((e) => {