文档工具-虚拟认证清单-发布

This commit is contained in:
刘彦泽
2023-03-21 11:47:44 +08:00
parent aef30f1415
commit 97540b8779
@@ -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,