对接认证清单

This commit is contained in:
范强强
2023-03-08 11:57:54 +08:00
parent 2799a68841
commit b4b6d3c78d
@@ -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'))