海外标准,新增体系,编辑体系
This commit is contained in:
@@ -2530,8 +2530,8 @@ export default {
|
||||
this.selectChildMenu(data)
|
||||
this.productModal = true
|
||||
// 取消所有的选中效果
|
||||
this.productTitle = '编辑体系'
|
||||
this.handleSelectAll(false)
|
||||
this.productTitle = '编辑信息'
|
||||
// const newChild = { id: this.id++, label: 'testtest', children: [] };
|
||||
// if (!data.children) {
|
||||
// this.$set(data, 'children', []);
|
||||
@@ -2543,10 +2543,10 @@ export default {
|
||||
this.modalType = 1
|
||||
this.selectChildMenu(data)
|
||||
this.productModal = true
|
||||
this.productTitle = '新增体系'
|
||||
this.productModelAdd.dicTypeCode = ''
|
||||
// 取消所有的选中效果
|
||||
this.handleSelectAll(false)
|
||||
this.productTitle = '新增下级菜单信息'
|
||||
this.productModelAdd.dicTypeCode = ''
|
||||
// const newChild = { id: this.id++, label: 'testtest', children: [] };
|
||||
// if (!data.children) {
|
||||
// this.$set(data, 'children', []);
|
||||
|
||||
Reference in New Issue
Block a user