瀏覽代碼

重复门店经销商维护

zhujindu 9 月之前
父節點
當前提交
87d16c65d2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: '系统提示',