瀏覽代碼

修改添加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();