国内和企标的树形结构的编辑和新增模态框标题

This commit is contained in:
yanyizhou
2021-09-09 19:19:46 +08:00
parent 0b87561a91
commit fad687de0f
2 changed files with 4 additions and 4 deletions
@@ -2083,7 +2083,7 @@ export default {
this.modalType = 2
this.selectChildMenu(data)
this.productModal = true
this.productTitle = '编辑信息'
this.productTitle = '编辑体系'
// const newChild = { id: this.id++, label: 'testtest', children: [] };
// if (!data.children) {
// this.$set(data, 'children', []);
@@ -2095,7 +2095,7 @@ export default {
this.modalType = 1
this.selectChildMenu(data)
this.productModal = true
this.productTitle = '新增下级菜单信息'
this.productTitle = '新增体系'
this.productModelAdd.dicTypeCode = ''
// const newChild = { id: this.id++, label: 'testtest', children: [] };
// if (!data.children) {