From a2ed04e144128fd89780ee819a4c355c41b89e6e Mon Sep 17 00:00:00 2001 From: dj <1042039504@qq.com> Date: Wed, 21 May 2025 22:38:53 +0800 Subject: [PATCH] =?UTF-8?q?refactor(project-demand):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E7=8A=B6=E6=80=81=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在获取数据失败时添加 loading.value = false,确保正确更新加载状态 --- src/views/project-demand/summary/add.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/project-demand/summary/add.vue b/src/views/project-demand/summary/add.vue index 655e6f2..d2b79e8 100644 --- a/src/views/project-demand/summary/add.vue +++ b/src/views/project-demand/summary/add.vue @@ -836,6 +836,7 @@ const getDetailInfo = async () => { optionalChargeLeadershipList.value = formData.value.optionalChargeLeadership loading.value = false }else{ + loading.value = false ElNotification({ title: '提示', message: res.msg,