diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue index 1a6f59d44..3a1d1af18 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue @@ -7,7 +7,7 @@
基础信息
-
审批历史
+
流程信息
@@ -547,19 +547,19 @@
- - - - - - - - - - - - - + + +
+ + +
+
+
@@ -629,7 +629,7 @@ name: "bzrkStep1", data () { return { - textarea: '', // 意见 + commentText: '', // 意见 title: '', // 新增编辑抽屉标题 ListModel: false, // 新增编辑抽屉开关 active: '1', // 默认显示 @@ -768,6 +768,7 @@ var json = this.form json.zrUserId = this.$store.getters.userInfo.userId json.jlUserId = this.$store.getters.userInfo.userId + json.commentText = this.commentText json.applyUpdUserId = this.$store.getters.userInfo.userId json.prcCreateUser = this.$store.getters.userInfo.userId json.prcCreateUserName = this.$store.getters.userInfo.account