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