test
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user