@@ -287,7 +287,7 @@
handleDelFlag(row) {
const ids = row.id || this.ids;
this.$modal.confirm('是否要销除该卡吗?').then( () => {
- return delTableParamsApi(this.configUrl.delFlag,{
+ return addTableApi(this.configUrl.delFlag,{
id: ids
});
}).then(() => {