From 4a57b3750a250f596a23e352217f71fce1851647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=93=B2=E5=A5=87?= <13840175730@139.com> Date: Wed, 25 Dec 2024 13:20:47 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=AD=A3=E5=90=8C=E6=AD=A5=E5=B0=8F?= =?UTF-8?q?=E6=B1=A0=E7=9A=84=E6=97=B6=E9=97=B4=E6=A0=BC=E5=BC=8F=E4=B8=8D?= =?UTF-8?q?=E7=AC=A6=E7=9A=84=E9=97=AE=E9=A2=98=202.=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E6=B4=BE=E5=B7=A5=E6=97=B6=E9=97=B4=E6=A0=BC=E5=BC=8F=E4=B8=8D?= =?UTF-8?q?=E7=AC=A6=E7=9A=84=E9=97=AE=E9=A2=98=203.=E8=B4=A8=E9=87=8F?= =?UTF-8?q?=E8=B7=9F=E8=B8=AA=E6=95=B0=E6=8D=AE=E5=86=99=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/zyjhzx/qgefkui/comps/QgePgd.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/zyjhzx/qgefkui/comps/QgePgd.vue b/src/views/zyjhzx/qgefkui/comps/QgePgd.vue index 5e16313..a6c0b27 100644 --- a/src/views/zyjhzx/qgefkui/comps/QgePgd.vue +++ b/src/views/zyjhzx/qgefkui/comps/QgePgd.vue @@ -54,7 +54,10 @@ export default { const tmpArr=[{ id:item.id, qgfkry:this.$props.worker().userCode, - zt:item.zt + zt:item.zt, + dcCh:item.dcCh, + dcPl:item.dcPl, + tzbh:item.tzbh }] this.baogong(tmpArr,item) errorFlag=false @@ -150,7 +153,10 @@ export default { const data = { id: item.id, qgfkry: worker.userCode, - zt: item.zt + zt: item.zt, + dcCh:item.dcCh, + dcPl:item.dcPl, + tzbh:item.tzbh } tmpArr.push(data) let ycldwInfo = null