From 1cee4006690715f6afadaf0d50cad489e700d0a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Thu, 18 Apr 2024 15:16:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/components/RehabilitationPlanandRecords.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/manage/components/RehabilitationPlanandRecords.vue b/src/views/manage/components/RehabilitationPlanandRecords.vue index 90e54d8..fcf87b8 100644 --- a/src/views/manage/components/RehabilitationPlanandRecords.vue +++ b/src/views/manage/components/RehabilitationPlanandRecords.vue @@ -250,10 +250,10 @@ export default { }); this.query.patientId = this.$route.query.patientId getList(this.query).then(res => { + this.loading.close(); if (res.data.length > 0) { this.categorylist = res.data this.itemindex = index - this.loading.close(); } }) },