From 26f9541685b83fbc00680ba350f4f747d98c8cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Thu, 18 Apr 2024 15:18:20 +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 fcf87b8..c4a7333 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.itemindex = index this.loading.close(); if (res.data.length > 0) { this.categorylist = res.data - this.itemindex = index } }) },