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'))