From 3f75eea441200ccaa83ec1259c63b3893882c094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Tue, 25 Jun 2024 09:43:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=BD=9C=E8=80=85=E9=82=AE?= =?UTF-8?q?=E7=AE=B1=20=E6=9F=A5=E8=AF=A2=E6=AD=A3=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/page/articleAdd.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/page/articleAdd.vue b/src/components/page/articleAdd.vue index 02f79ed..3c1eef9 100644 --- a/src/components/page/articleAdd.vue +++ b/src/components/page/articleAdd.vue @@ -1585,9 +1585,10 @@ export default { // 邮箱用户模糊搜索 chaMateFit(value, cb, num) { + console.log('num at line 1587:', value) // var mailRegular = /^\w+([-+._']\w+)*@\w+(\.[a-zA-Z]{2,3}){1,2}$/ var mailRegular = /^\w+([-+._']\w+)*@/; - if (mailRegular.test(value)) { + // if (mailRegular.test(value)) { this.form.authorList[num].load = true; // this.$forceUpdate(); this.$api @@ -1608,7 +1609,7 @@ export default { this.form.authorList[num].load = false; this.$forceUpdate(); }); - } + // } }, createMata(queryString) {