This commit is contained in:
zhutianqi
2022-02-16 17:53:55 +08:00
parent b7cbe25fff
commit 2d89e9b707
2 changed files with 6 additions and 3 deletions
@@ -207,7 +207,9 @@
})
},
loadTreeData(resolve) {
// 获取loadtreeData 就是父节点数据,getChildByList就是异步获取子节点数据
console.log(this.url);
console.log(this.type);
// 获取loadtreeData 就是父节点数据,getChildByList就是异步获取子节点数据
this.$http.get(this.url, {type : this.type}, {
_this: this
}, res => {