소스 검색

修改bug

qukaidi 3 년 전
부모
커밋
be0ea8c5d4
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      src/views/basicData/customerInformation/detailsPageEdit.vue

+ 0 - 6
src/views/basicData/customerInformation/detailsPageEdit.vue

@@ -869,16 +869,10 @@ export default {
       this.$set(this.form, "corpsTypeId", this.detailData.treeDeptId);
       if (this.$route.query) {
         this.$set(this.form, "cname", this.$route.query.corpName);
-        this.$router.push({
-          query: {}
-        });
       }
     } else {
       if (this.$route.query) {
         this.$set(this.form, "cname", this.$route.query.corpName);
-        this.$router.push({
-          query: {}
-        });
       }
     }
     gainUser().then(res => {