From 152f138b7b829749367d2f8ff249f881c2cc60c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Fri, 17 Mar 2023 15:25:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=95=E8=A7=84=E6=B8=85?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/projectManagement/components/listOfRegulations.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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