修改bug 56449 资料中心-结构树新增之后 进行编辑 左侧树状图丢失 编辑时内容丢失

This commit is contained in:
hanshaozhuang
2022-07-18 17:56:01 +08:00
parent 4d0b71a077
commit fd09cb12a4
@@ -511,7 +511,7 @@ export default {
update(data) {
this.modalType = 2
this.productModal = true
this.productModelAdd = data
this.productModelAdd = JSON.parse(JSON.stringify(data));
// 取消所有的选中效果
this.productTitle = '编辑目录'
// const newChild = { id: this.id++, label: 'testtest', children: [] };