代码提交
This commit is contained in:
parent
7adb506fd5
commit
b5e959bb18
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue