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