From 9805f424ea9a1cff0f5213ad6ce82e4e5de51aec Mon Sep 17 00:00:00 2001 From: zhutianqi Date: Fri, 17 Dec 2021 16:01:26 +0800 Subject: [PATCH] commit --- src/components/mechanismTree/index.vue | 3 +- .../pages/creatProcess/bzjd/step3.vue | 1 + .../domesticStandardsAndRegulations/index.vue | 2 - .../enterpriseStandardPlan/index.vue | 85 +++++++++++++------ 4 files changed, 64 insertions(+), 27 deletions(-) diff --git a/src/components/mechanismTree/index.vue b/src/components/mechanismTree/index.vue index a134dbbdd..2c83ad0be 100644 --- a/src/components/mechanismTree/index.vue +++ b/src/components/mechanismTree/index.vue @@ -26,8 +26,9 @@ icon-class="icon-tree" :check-strictly="true" :current-node-key="nodeKeyId" - node-key="id" + node-key="name" :filter-node-method="filterNode" + :default-checked-keys="nodeList" highlight-current :auto-expand-parent="true" show-checkbox diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue index 84c33eb92..b8c140352 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue @@ -686,6 +686,7 @@ this.plForm.complianceState = '' this.plForm.newData = '' this.plForm.onlineData = '' + this.plForm.applyArctic = '' this.modalshowflag = true } else { this.$message.warning('请选择要编辑的数据') diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 19736a7f7..ba69c1c83 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -5497,8 +5497,6 @@ export default { this.sarStandardsInfoEO['ZRGCS'] = nameList; }, choiceZRBM(type, title, id) { - - this.nodeListZRBM = [] this.nodeListZRBM.push(id) this.drawerTitle = title diff --git a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue index 7ad26bbaa..d3efa1e3c 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue @@ -258,30 +258,40 @@
- - - - -
- - -
-
- 手动查找 -
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -340,6 +350,12 @@ + @@ -350,6 +366,9 @@ components: {}, data() { return { + modalshowflagZRBM: false, + nodeListZRBM: [], + QCDWmodal: false, QCDWValue: [], QCDWList: [], @@ -425,6 +444,24 @@ props: {}, watch: {}, methods: { + drawerCheckZRBM (data) { + let list = '' + for (let a = 0; a < data.length; a++) { + if (list.length > 0) { + list += ',' + list += data[a].name + } else { + list = data[a].name + } + } + this.addForm.unit = list + this.modalshowflagZRBM = false + }, + choiceZRBM(id) { + this.nodeListZRBM = [] + this.nodeListZRBM = id.split(',') + this.modalshowflagZRBM = true + }, QCDWOK () { let arr1 = [] if (this.addForm.unit) {