文档工具-虚拟认证清单-发布
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user