From 2d77927018865954b06f772ec754dad5d4b45f7c Mon Sep 17 00:00:00 2001 From: "396572590@qq.com" Date: Tue, 12 Jul 2022 16:13:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20There=20is=20no=20way=20the,=20#56488?= =?UTF-8?q?=20=20=E6=9F=A5=E7=9C=8B=E6=B5=81=E7=A8=8B=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=EF=BC=9A=E8=A7=A3=E8=AF=BB=E6=B5=81=E7=A8=8B=EF=BC=8C=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E8=BF=87=E7=A8=8B=E4=B8=AD=EF=BC=8C=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E6=B5=81=E7=A8=8B=E6=95=B0=E6=8D=AE=20?= =?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BA=E6=95=B0=E6=8D=AE=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/bzjd/step1.vue | 24 +++++++++++++++---- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue index 3588c3e3a..fc7cf7d6b 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue @@ -78,8 +78,8 @@ - 隐藏基础信息 - 展开基础信息 + 隐藏基础信息 + 展开基础信息 @@ -127,7 +127,7 @@ show-overflow-tooltip align="center"> @@ -513,7 +513,7 @@ import ProcessHeader from '../../components/ProcessHeader' import ProcessFooter from '../../components/ProcessFooter' import ProcessTitle from '../../components/ProcessTitle' - import {saveTaskFirst, taskDel} from 'api/process' + import {saveTaskFirst, taskDel,queryTaskFirst} from 'api/process' export default { name: "bzjdStep1", @@ -1168,9 +1168,23 @@ export default { return this.$message.warning('请完善基础信息') } }) - } + }, + getTaskId() { + queryTaskFirst({ + bpnId: this.$route.query.bpnId + }).then(res => { + let mes = JSON.parse(res.mes) + this.form = JSON.parse(JSON.stringify(mes.form)) + this.itemList = mes.itemList + this.roleForm = mes.roleForm + this.commentText1 = mes.commentText1 + }) + }, }, mounted() { + if(this.$route.query.bpnId){ + this.getTaskId() + } window.addEventListener('resize', this.handleResize); this.$http.get('sys/dictype/getDicTypeListCode', '', { _this: this