|
|
@@ -1856,7 +1856,7 @@ export default {
|
|
|
this.$dialog
|
|
|
.confirm({
|
|
|
title: '门店已存在',
|
|
|
- message: res.data.message,
|
|
|
+ message: res.msg,
|
|
|
confirmButtonText: '维护',
|
|
|
cancelButtonText: '取消',
|
|
|
})
|
|
|
@@ -1864,7 +1864,7 @@ export default {
|
|
|
// 重复门店增加经销商
|
|
|
this.$router.push({
|
|
|
path: '/chainMaintain',
|
|
|
- query: { id: res.data.store.id },
|
|
|
+ query: { id: res.data.store.storeId },
|
|
|
});
|
|
|
});
|
|
|
} else if (res.data.type == 2 || res.data.type == 1) {
|