@@ -584,6 +584,13 @@
})
return
}
+ if (!this.customerList.compAddress) {
+ this.$message({
+ message: '请输入联系地址',
+ type: 'warning',
+ })
+ return
+ }
// 验证码校验
GetCustomerCodeJY({
phone: this.customerList.customerPhone,