@@ -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();