代码提交

This commit is contained in:
liang.chao 2025-12-25 10:52:05 +08:00
parent 7adb506fd5
commit b5e959bb18
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ export default {
this.title = "详情"; this.title = "详情";
this.isAdd = 'detail'; // this.isAdd = 'detail'; //
this.row = row; this.row = row;
this.row.belongName = this.selectedNode.parentName + '/' + this.selectedNode.label
this.isflag = true; this.isflag = true;
}, },
closeDialog() { closeDialog() {