瀏覽代碼

修改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 => {