Browse Source

重复门店经销商维护

zhujindu 9 tháng trước cách đây
mục cha
commit
87d16c65d2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/storeManagement/chainMaintain.vue

+ 1 - 1
src/views/storeManagement/chainMaintain.vue

@@ -439,7 +439,7 @@ export default {
       }).then((res) => {
         if (res.code == 200) {
           this.$toast('保存成功');
-          this.$router.go(-1);
+          this.$router.replace({ path: '/My' });
         } else {
           this.$dialog.alert({
             title: '系统提示',