@@ -1528,7 +1528,7 @@ export default {
},
updateTreeNewNode () {
- getLazytree(this.id, this.nodeDetail.parentId).then((res) => {
+ getLazytree(this.id, this.nodeDetail.parentId,this.userInfo.tenant_id, this.projectid).then((res) => {
this.$refs.tree.updateKeyChildren(this.nodeDetail.parentId, res.data.data)
})