|
@@ -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");
|