From 622e177fc8d59706ede4a37e1c28c8cb4dcc3f2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Fri, 1 Apr 2022 14:27:42 +0800 Subject: [PATCH] =?UTF-8?q?52369=20=E6=A0=87=E5=87=86=E5=90=88=E8=A7=84?= =?UTF-8?q?=E8=AF=84=E4=BC=B0=E6=B5=81=E7=A8=8B--=E8=A2=AB=E9=A9=B3?= =?UTF-8?q?=E5=9B=9E=E4=B9=8B=E5=90=8E=EF=BC=8C=E7=82=B9=E5=87=BB=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=EF=BC=8C=E4=BF=9D=E5=AD=98=E4=B9=8B=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E5=86=8D=E6=96=B0=E5=A2=9E=E4=B8=80=E6=9D=A1=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=EF=BC=8C=E7=84=B6=E5=90=8E=E5=88=A0=E9=99=A4=EF=BC=8C=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E6=B5=81=E7=A8=8B=EF=BC=8C=E6=8F=90=E4=BA=A4=E7=9A=84?= =?UTF-8?q?=E6=97=B6=E5=80=99=E5=88=97=E8=A1=A8=E8=BF=98=E6=98=AF=E6=9C=89?= =?UTF-8?q?=E4=B8=A4=E4=B8=AA=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../processCenter/pages/creatProcess/bzpg/step1.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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,