This commit is contained in:
曹辉 2023-04-27 17:02:54 +08:00
parent 96cb9d228f
commit 11958b9e26
2 changed files with 4 additions and 0 deletions

View File

@ -104,6 +104,8 @@
})
},
info() {
this.videolist = []
this.imgtextlist = []
selectTrainingOrderItemList(this.trainingParentId, this.nurseStationPersonId, this.trainingOrderNo).then(
res => {
res.data.forEach(e => {

View File

@ -225,6 +225,8 @@
})
},
info() {
this.videolist = []
this.imgtextlist = []
selectNurseAppletPersonTrainingItemList(this.trainingParentId, this
.nurseStationPersonId).then(
res => {