修改法规的批量删除

This commit is contained in:
qq787203167
2022-07-06 14:41:55 +08:00
parent 73467eba69
commit 326a129154
@@ -1241,7 +1241,7 @@
content: _this.$t('ConfirmBatchDeletion'),
onOk() {
let idList = JSON.parse(JSON.stringify(_this.selectedRowKeys))
deleteAction(_this.url.deleteBatch, {
postAction(_this.url.deleteBatch, {
ids: idList.join(','),
projectLibraryId: _this.$route.query.id
}).then((res) => {