This commit is contained in:
2024-04-18 15:16:42 +08:00
parent 38f5e3cb0e
commit 1cee400669

View File

@ -250,10 +250,10 @@ export default {
}); });
this.query.patientId = this.$route.query.patientId this.query.patientId = this.$route.query.patientId
getList(this.query).then(res => { getList(this.query).then(res => {
this.loading.close();
if (res.data.length > 0) { if (res.data.length > 0) {
this.categorylist = res.data this.categorylist = res.data
this.itemindex = index this.itemindex = index
this.loading.close();
} }
}) })
}, },