对接认证清单
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user