From 238a089f4fb8a340eeb74159f077f1c1ee9bc53e Mon Sep 17 00:00:00 2001 From: lzyyj Date: Mon, 14 Oct 2024 11:09:10 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E7=99=BB=E5=BD=95loading=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=B8=B4=E6=97=B6=E5=A4=84=E7=90=86=202=E3=80=81?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E7=94=B5=E8=AF=9D=E7=94=B5=E8=AF=9D=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E5=90=8E=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 3 ++- src/views/system/customer.vue | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 69fc705..4baa974 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -165,7 +165,8 @@ const login = (formEl) => { if (!formEl) return; formEl.validate((valid) => { if (valid) { - loading.value = true; + // 不知道提交失败后怎么关闭,暂时先不开启 + // loading.value = true; console.log(globalStore); if (loginForm.checked) { diff --git a/src/views/system/customer.vue b/src/views/system/customer.vue index 3ade32e..d709bd0 100644 --- a/src/views/system/customer.vue +++ b/src/views/system/customer.vue @@ -57,6 +57,7 @@ const initData = () => { const onSubmit = () => { console.log('submit!') updateConfig(form).then((res) => { + serviceTelephone.value = form.content; console.log('编辑数据成功') console.log(ElMessage) ElMessage({