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