From 9bc9af18310df24c3e73c7518b2b4d62b0e827f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Wed, 15 Mar 2023 11:13:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=B7=A5=E5=85=B7-=E8=AE=A4?= =?UTF-8?q?=E8=AF=81=E6=B8=85=E5=8D=95=E7=BB=B4=E6=8A=A4-=E6=89=B9?= =?UTF-8?q?=E9=87=8F=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/virtualAuthenticationList/components/batSetting.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jero-web/src/views/virtualAuthenticationList/components/batSetting.vue b/jero-web/src/views/virtualAuthenticationList/components/batSetting.vue index 06f7d67a3..6b86102b9 100644 --- a/jero-web/src/views/virtualAuthenticationList/components/batSetting.vue +++ b/jero-web/src/views/virtualAuthenticationList/components/batSetting.vue @@ -82,8 +82,10 @@ export default { }, handleOk() { if (this.formInline.dutyTerritory) { + this.formInline.authDummyInventoryBaseId = this.$route.query.id this.handleOnTwo() } else { + this.formInline.authDummyInventoryBaseId = this.$route.query.id this.handleOkOne() } },