修改
This commit is contained in:
parent
96cb9d228f
commit
11958b9e26
@ -104,6 +104,8 @@
|
||||
})
|
||||
},
|
||||
info() {
|
||||
this.videolist = []
|
||||
this.imgtextlist = []
|
||||
selectTrainingOrderItemList(this.trainingParentId, this.nurseStationPersonId, this.trainingOrderNo).then(
|
||||
res => {
|
||||
res.data.forEach(e => {
|
||||
|
||||
@ -225,6 +225,8 @@
|
||||
})
|
||||
},
|
||||
info() {
|
||||
this.videolist = []
|
||||
this.imgtextlist = []
|
||||
selectNurseAppletPersonTrainingItemList(this.trainingParentId, this
|
||||
.nurseStationPersonId).then(
|
||||
res => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user