From 001d9d68f7d55b67ba2a4b85a78c0b6416a5fc63 Mon Sep 17 00:00:00 2001 From: shijing Date: Sun, 4 Jan 2026 09:00:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=99=BB=E5=BD=95=E9=A1=B5=E5=BF=98?= =?UTF-8?q?=E8=AE=B0=E5=AF=86=E7=A0=81=E5=88=86=E9=A1=B9=E7=9B=AE=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/components/passwordForm.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/login/components/passwordForm.vue b/src/views/login/components/passwordForm.vue index 6943ee0d..fff7ff24 100644 --- a/src/views/login/components/passwordForm.vue +++ b/src/views/login/components/passwordForm.vue @@ -108,8 +108,10 @@ export default { }, }, mounted() { - this.project_code = this.$TOOL.data.get("BASE_INFO").base.base_code; - console.log('this.project_code',this.project_code); + this.$nextTick(()=>{ + this.project_code = this.$TOOL.data.get("BASE_INFO").base.base_code; + console.log('this.project_code',this.project_code); + }); }, methods: { async login() {