From daa294ce0591e85ad8a9073282ec7179db59f6b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=93=B2=E5=A5=87?= <13840175730@139.com> Date: Mon, 31 Mar 2025 19:10:03 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E5=A4=8D=E5=88=92=E7=BA=BF=E3=80=81?= =?UTF-8?q?=E5=88=87=E5=89=B2=E6=89=AB=E7=A0=81=E6=8A=A5=E5=B7=A5=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E5=90=8E=E4=B8=8D=E5=88=B7=E6=96=B0=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/zyjhzx/hxianfkui/comps/HxianPgd.vue | 7 +++++-- src/views/zyjhzx/qgefkui/comps/QgePgd.vue | 5 ++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/views/zyjhzx/hxianfkui/comps/HxianPgd.vue b/src/views/zyjhzx/hxianfkui/comps/HxianPgd.vue index ba31521..0f4ded5 100644 --- a/src/views/zyjhzx/hxianfkui/comps/HxianPgd.vue +++ b/src/views/zyjhzx/hxianfkui/comps/HxianPgd.vue @@ -136,13 +136,16 @@ export default { list: tmpArr, ycldwInfo:ycldwInfo } - zx(data1) + zx(data1).then(res=>{ + EventBus.$emit('removeGdh', {}) + this.initData(this.$props.worker().userCode,'51') + }) bgFlag=true } } if (!bgFlag){ - this.$message.warning('工单号未找到') setTimeout(()=>{ + this.$message.warning('工单号未找到') EventBus.$emit('removeGdh', {}) },500) } diff --git a/src/views/zyjhzx/qgefkui/comps/QgePgd.vue b/src/views/zyjhzx/qgefkui/comps/QgePgd.vue index 96dfc12..b771b4f 100644 --- a/src/views/zyjhzx/qgefkui/comps/QgePgd.vue +++ b/src/views/zyjhzx/qgefkui/comps/QgePgd.vue @@ -146,7 +146,10 @@ export default { list: tmpArr, ycldwInfo: ycldwInfo } - zx(data1) + zx(data1).then(res=>{ + EventBus.$emit('removeGdh', {}) + this.initData(this.$props.worker().userCode,'61') + }) bgFlag=true } }