Browse Source

客户添加验证

zhongtianhaoyuan 3 năm trước cách đây
mục cha
commit
e2e2ef5042

+ 7 - 0
src/views/houseSelfCollect/customerManagementAdd.vue

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