修改bug 56449 资料中心-结构树新增之后 进行编辑 左侧树状图丢失 编辑时内容丢失
This commit is contained in:
@@ -511,7 +511,7 @@ export default {
|
|||||||
update(data) {
|
update(data) {
|
||||||
this.modalType = 2
|
this.modalType = 2
|
||||||
this.productModal = true
|
this.productModal = true
|
||||||
this.productModelAdd = data
|
this.productModelAdd = JSON.parse(JSON.stringify(data));
|
||||||
// 取消所有的选中效果
|
// 取消所有的选中效果
|
||||||
this.productTitle = '编辑目录'
|
this.productTitle = '编辑目录'
|
||||||
// const newChild = { id: this.id++, label: 'testtest', children: [] };
|
// const newChild = { id: this.id++, label: 'testtest', children: [] };
|
||||||
|
|||||||
Reference in New Issue
Block a user