修改
This commit is contained in:
parent
0e7f1a0c36
commit
26f9541685
@ -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
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user