diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index 95cd76388..cfefa2373 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -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', []);