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() } },