修改法规清单

This commit is contained in:
范强强
2023-03-17 15:25:00 +08:00
parent 8f1bbcf33d
commit 152f138b7b
@@ -2427,13 +2427,12 @@ export default {
selectedRowKeys.push(res.id)
})
let query = {
operatorType: 0,
ids: selectedRowKeys.join(','),
projectLibraryId: this.$route.query.id,
...this.formInline
}
this.confirmLoading = true
postAction(this.url.updateStatusBatch, query).then((res) => {
postAction('/project/projectLawsInventoryEO/studioPublish', query).then((res) => {
if (res.success) {
this.$message.success(this.$t('OperationSuccessful'))
this.visible = false