diff --git a/jero-web/src/views/virtualAuthenticationList/index.vue b/jero-web/src/views/virtualAuthenticationList/index.vue index 09a3abb36..ebd0b8252 100644 --- a/jero-web/src/views/virtualAuthenticationList/index.vue +++ b/jero-web/src/views/virtualAuthenticationList/index.vue @@ -206,7 +206,7 @@ export default { add: '/authDummy/authDummyInventoryBaseEO/add',//添加 edit: '/authDummy/authDummyInventoryBaseEO/edit',//编辑 deleteBatch: '/authDummy/authDummyInventoryBaseEO/deleteBatch',//批量删除 - urlWithdraw: '/authDummy/authDummyInventoryBaseEO/batchIssueOrWithdraw'//批量发布或撤回 + urlWithdraw: '/authDummy/authDummyInventoryBaseEO/issue'//批量发布或撤回 }, dataSource: [], columns: [ @@ -316,7 +316,7 @@ export default { item.state = 2 content = this.$t('confirmWithdraw') } - item.ids = val.id + item.id = val.id let _this = this this.$confirm({ content: content,