diff --git a/src/pages/processCenter/pages/creatProcess/bzpg/step1.vue b/src/pages/processCenter/pages/creatProcess/bzpg/step1.vue index 5238e9904..f40f73e50 100644 --- a/src/pages/processCenter/pages/creatProcess/bzpg/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzpg/step1.vue @@ -698,11 +698,15 @@ export default { * @description: 动态表单读取 */ getFormFieldList (item) { - item.commentText = '' this.$nextTick(() => { if(item.form){ this.hisListForm = JSON.parse(JSON.stringify(item.form)) this.listForm = JSON.parse(JSON.stringify(item.form)) + if(item.taskInfo === '被驳回之后的保存'){ + this.commentText = item.commentText + }else{ + this.commentText = '' + } this.listForm.prcNum = this.prcNum this.listForm.prcName = this.prcName this.listForm['id'] = item.id @@ -920,7 +924,7 @@ export default { _formData.append("taskIds", this.taskIds); _formData.append("prcType", "5"); _formData.append("json", JSON.stringify({ - taskInfo: "选择已拆分标准", + taskInfo: "被驳回之后的保存", form: this.listForm, roleForm: this.roleForm, commentText: this.commentText @@ -1020,7 +1024,8 @@ export default { commentText: this.commentText } }; - let json = this.hisListForm + this.listForm.dataList = this.dataList + let json = this.listForm this.$http.post("lawss/activiti/completeTaskNew", { taskIds: this.$route.query.taskIds, userId: this.$store.getters.userInfo.userId,