diff --git a/jero-web/src/views/projectManagement/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/components/listOfRegulations.vue index 5425b231c..5ab1b9294 100644 --- a/jero-web/src/views/projectManagement/components/listOfRegulations.vue +++ b/jero-web/src/views/projectManagement/components/listOfRegulations.vue @@ -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