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(); } }) },