国内和企标的树形结构的编辑和新增模态框标题
This commit is contained in:
@@ -2790,7 +2790,7 @@ export default {
|
||||
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', []);
|
||||
@@ -2803,7 +2803,7 @@ export default {
|
||||
this.selectChildMenu(data)
|
||||
this.productModal = true
|
||||
// 取消所有的选中效果
|
||||
this.productTitle = '新增下级菜单信息'
|
||||
this.productTitle = '新增体系'
|
||||
this.productModelAdd.dicTypeCode = ''
|
||||
// const newChild = { id: this.id++, label: 'testtest', children: [] };
|
||||
// if (!data.children) {
|
||||
|
||||
+2
-2
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user