소스 검색

重复门店经销商维护

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: '系统提示',