From 3858ebdf60f0971c35bb6c6f8861d38b16c3ebf8 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 29 Nov 2022 15:48:07 +0800 Subject: [PATCH] test --- src/project/pingchang/AppCommunityManagement/TransferUser.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/pingchang/AppCommunityManagement/TransferUser.vue b/src/project/pingchang/AppCommunityManagement/TransferUser.vue index 83b371fb..ffaf9e4a 100644 --- a/src/project/pingchang/AppCommunityManagement/TransferUser.vue +++ b/src/project/pingchang/AppCommunityManagement/TransferUser.vue @@ -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) {