소스 검색

修改添加bug

wangh 2 년 전
부모
커밋
166578e44b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/OP/visaEdit.vue

+ 1 - 0
src/components/OP/visaEdit.vue

@@ -1353,6 +1353,7 @@ export default {
         this.Id = this.$route.query.id
         if (this.Id == 0 || this.Id == undefined) {
             this.Status = 1;
+            this.Id = 0;
             this.typeStr = "添加客户信息"
         } else {
             this.CustomerInfo();