diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step3.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step3.vue
index cf40474f6..aa295f91c 100644
--- a/src/pages/processCenter/pages/creatProcess/bzdy/step3.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzdy/step3.vue
@@ -127,19 +127,19 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
{
this.saveLoading = false
@@ -425,7 +425,7 @@
this.json.dyhz = this.form.dyhz
this.isSubmit = true
var json = this.json
- json.commentText = this.commentText
+ // json.commentText = this.commentText
json.fileId = this.form.fileId
json.fileName = this.form.fileName
this.$http.post('lawss/activiti/completeTask', {
diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step9.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step9.vue
index 98493163f..381d36b17 100644
--- a/src/pages/processCenter/pages/creatProcess/bzdy/step9.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzdy/step9.vue
@@ -3,7 +3,7 @@
标准调研流程
- 工程研究总院院长审批
+ 工程研究总院院长或标准法规主管副院长审批
@@ -167,7 +167,7 @@
@@ -287,7 +287,7 @@
0) {
- this.nodeList2 = this.roleForm.dockUserList.split(',')
+ if (type === '1') {
+ this.drawerTitle2 = '选择责任部门对接人'
+ if ( this.roleForm.dockUserList.length > 0) {
+ this.nodeList2 = this.roleForm.dockUserList.split(',')
+ }
+ } else {
+ this.drawerTitle2 = '选择技术管理中心主任'
+ if (this.roleForm.directorUser.length > 0) {
+ this.nodeList2 = this.roleForm.directorUser.split(',')
+ }
}
this.modalshowflag2 = true
},
diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue
index ebc145333..a8effcccc 100644
--- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue
@@ -138,7 +138,7 @@
+ @click.native="choiceZRRS('1')">
@@ -168,7 +168,7 @@
@@ -289,7 +289,7 @@
0) {
- this.nodeList2 = this.roleForm.dockUserList.split(',')
+ if (type === '1') {
+ this.drawerTitle2 = '选择责任部门对接人'
+ if ( this.roleForm.dockUserList.length > 0) {
+ this.nodeList2 = this.roleForm.dockUserList.split(',')
+ }
+ } else {
+ this.drawerTitle2 = '选择技术管理中心主任'
+ if (this.roleForm.directorUser.length > 0) {
+ this.nodeList2 = this.roleForm.directorUser.split(',')
+ }
}
this.modalshowflag2 = true
},