This commit is contained in:
2024-04-18 15:18:20 +08:00
parent 0e7f1a0c36
commit 26f9541685

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.itemindex = index
this.loading.close(); this.loading.close();
if (res.data.length > 0) { if (res.data.length > 0) {
this.categorylist = res.data this.categorylist = res.data
this.itemindex = index
} }
}) })
}, },