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/bzhHy-ch/step2.vue b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step2.vue
index f826a4d4f..8721d1575 100644
--- a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step2.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step2.vue
@@ -2,7 +2,7 @@
外部标准化协会参会流程
- 参会人员确认
+ 提名入会代表
@@ -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) {
diff --git a/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue b/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue
index 55900ad98..def0339eb 100644
--- a/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue
+++ b/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue
@@ -35,7 +35,12 @@
@click="handleQueryPdf(file)"
:key="item">
{{ file.name }}
- 下载
+
@@ -51,7 +56,12 @@
@click="handleQueryPdf(file)"
:key="item">
{{ file.name }}
- 下载
+
@@ -73,6 +83,7 @@
添加
导出
+ 导出上报意见