谢杰标 преди 2 години
родител
ревизия
d27b681599
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/integralManagement/storeManageMent/index.vue

+ 1 - 1
src/views/integralManagement/storeManageMent/index.vue

@@ -202,7 +202,7 @@ export default {
       })
         .then(() => {
           this.$api
-            .editmallmerchant({ storeId: row.storeId, status: -1 })
+            .editmallmerchant({ storeId: v.storeId, status: -1 })
             .then((res) => {
               this.$message.success("删除成功");
               this.$store.commit("STORELIST");