From 73b731be4c956a39dbd3a0dbfdf82715341d1ebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Mon, 29 Aug 2022 17:32:15 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=BA=E4=BF=AE=E6=94=B9=E6=97=B6=E9=97=B4?= =?UTF-8?q?=EF=BC=8C=E6=94=B9=E5=8A=A8=E5=AD=97=E6=AE=B5=E7=9A=84=E9=A1=BA?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/itemCategory/index.vue | 9 +++++---- src/views/system/motionInfo/index.vue | 4 ++-- src/views/system/parentInfo/index.vue | 6 +++--- src/views/system/testItemScore/index.vue | 15 ++++++++------- src/views/system/testScoreBatch/index.vue | 4 ++-- 5 files changed, 20 insertions(+), 18 deletions(-) diff --git a/src/views/system/itemCategory/index.vue b/src/views/system/itemCategory/index.vue index 5ab9e6d..d4158dc 100644 --- a/src/views/system/itemCategory/index.vue +++ b/src/views/system/itemCategory/index.vue @@ -124,12 +124,13 @@ align="center" prop="categoryNameAbbreviate" /> - - + - - + + + - - + - - + { // 验证手机号的正则表达式 const regMobile = - /^(0|86|17951)?(13[0-9]|15[012356789]|17[678]|18[0-9]|14[57])[0-9]{8}$/; + /^(0|86|17951)?(13[0-9]|15[012356789]|17[678]|18[0-9]|14[57]|19[0-9])[0-9]{8}$/; if (regMobile.test(value)) { return cb(); diff --git a/src/views/system/testItemScore/index.vue b/src/views/system/testItemScore/index.vue index 29ce9a5..d9116bf 100644 --- a/src/views/system/testItemScore/index.vue +++ b/src/views/system/testItemScore/index.vue @@ -114,20 +114,21 @@ @selection-change="handleSelectionChange" > - - - - + + + + - - + 搜索搜索 重置 - - + Date: Mon, 29 Aug 2022 17:46:12 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=B8=85=E7=A9=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/parentInfo/index.vue | 4 ++-- src/views/system/studentInfo/index.vue | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/system/parentInfo/index.vue b/src/views/system/parentInfo/index.vue index 1cdfd2a..2db1a34 100644 --- a/src/views/system/parentInfo/index.vue +++ b/src/views/system/parentInfo/index.vue @@ -276,8 +276,8 @@ export default { this.total = response.total; this.loading = false; }); - this.queryParams.parentName = null; - this.queryParams.phone = null; + // this.queryParams.parentName = null; + // this.queryParams.phone = null; }, /** 重置按钮操作 */ resetQuery() { diff --git a/src/views/system/studentInfo/index.vue b/src/views/system/studentInfo/index.vue index 454e80b..6f1038b 100644 --- a/src/views/system/studentInfo/index.vue +++ b/src/views/system/studentInfo/index.vue @@ -983,9 +983,9 @@ export default { this.classinfoList2 = { pageNum: 1, pageSize: 10, - kindergartenId: null, - className: null, - classType: null, + // kindergartenId: null, + // className: null, + // classType: null, }; this.handleQuery2(); },