This commit is contained in:
yanran200730
2022-08-25 09:19:11 +08:00
parent d3c8292035
commit ff973bf62f
2 changed files with 34 additions and 24 deletions

View File

@@ -217,8 +217,6 @@ export default {
getTreeList() {
this.instance.post(`/app/appgirdinfo/listAll3`).then((res) => {
if (res?.data) {
// this.treeObj.treeList = [res.data];
// this.info = res.data
this.$nextTick(() => {
this.$refs.tree.setCurrentKey(res.data.id)
})