Просмотр исходного кода

Merge branch 'feature_20250205_重复门店经销商维护' into uat(dev)

zhujindu 10 месяцев назад
Родитель
Сommit
821b2ca74d
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/storeManagement/storeAdd.vue

+ 2 - 2
src/views/storeManagement/storeAdd.vue

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