diff --git a/jero-web/src/views/virtualAuthenticationList/index.vue b/jero-web/src/views/virtualAuthenticationList/index.vue index ae07fac85..d43b17256 100644 --- a/jero-web/src/views/virtualAuthenticationList/index.vue +++ b/jero-web/src/views/virtualAuthenticationList/index.vue @@ -316,7 +316,7 @@ export default { item.state = 2 content = this.$t('confirmWithdraw') } - item.id = val.id + item.ids = val.id let _this = this this.$confirm({ content: content,