From b4b6d3c78d489cb49b362aea2650cadfaccedbad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Wed, 8 Mar 2023 11:57:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E8=AE=A4=E8=AF=81=E6=B8=85?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectManagement/components/certificationList/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-web/src/views/projectManagement/components/certificationList/index.vue b/jero-web/src/views/projectManagement/components/certificationList/index.vue index 716102eaa..ee810677a 100644 --- a/jero-web/src/views/projectManagement/components/certificationList/index.vue +++ b/jero-web/src/views/projectManagement/components/certificationList/index.vue @@ -1013,7 +1013,7 @@ }, //保存 preservationClick(num) { - postAction(this.url.saveBatch, this.dataSource).then((res) => { + postAction(this.url.saveBatch, { 'dataList': this.dataSource }).then((res) => { if (res.success) { if (num == 1) { this.$message.success(this.$t('OperationSuccessful'))