This commit is contained in:
liuye
2022-11-29 15:48:07 +08:00
parent efa87c9a4e
commit 3858ebdf60

View File

@@ -116,7 +116,7 @@ export default {
if(!this.form.handoverPersonName) {
return this.$u.toast('请输入交接人姓名')
}
// if(this.form.handleType == 6 && this.form.handoverPersonPhone && !/^1[0-9]{10,10}$/.test(this.form.handoverPersonPhone)) {
// if(this.form.handoverPersonPhone && !/^1[0-9]{10,10}$/.test(this.form.handoverPersonPhone)) {
// return this.$u.toast("请输入正确的手机号码");
// }
// if(!this.form.fileList.length) {