浏览代码

1. 调整请求类型

MONSTER-ygh 5 月之前
父节点
当前提交
24c8851e73
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/tourism/membershipManagement/physicalCard/physicalCardManagement.vue

+ 1 - 1
src/views/tourism/membershipManagement/physicalCard/physicalCardManagement.vue

@@ -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(() => {