修改已知bug

This commit is contained in:
qq787203167
2022-08-05 17:30:10 +08:00
parent fbf23b2b52
commit 861f21149d
@@ -1211,7 +1211,7 @@
content: _this.$t('NoteConfirmTheChange'),
onOk() {
let idList = JSON.parse(JSON.stringify(_this.selectedRowKeys))
getAction('/project/projectLawsInventoryEO/change', {
postAction('/project/projectLawsInventoryEO/change', {
ids: idList.join(','),
projectLibraryId: _this.$route.query.id
}).then((res) => {