修改
This commit is contained in:
parent
ba87c1222a
commit
7b765f4c91
@ -132,6 +132,7 @@
|
||||
this.videoitem.trainingOrderId = this.list.trainingOrderId
|
||||
this.videoitem.trainingItemId = this.list.trainingItemId
|
||||
this.videoitem.nurseStationPersonId = this.nurseStationPersonId
|
||||
this.videoitem.nursePersonName = uni.getStorageSync('nursePersonName')
|
||||
if (item.itemDirectoryWatchStatus == 'WATCHED') {
|
||||
getTrainingItemWatchRecord(this.videoitem.trainingOrderId, this.videoitem.trainingItemId, this
|
||||
.videoitem
|
||||
|
||||
@ -118,6 +118,10 @@
|
||||
this.videoitem.watchTime = 0
|
||||
}
|
||||
this.videoitem = item
|
||||
this.videoitem.trainingOrderId = this.list.trainingOrderId
|
||||
this.videoitem.trainingItemId = this.list.trainingItemId
|
||||
this.videoitem.nurseStationPersonId = this.nurseStationPersonId
|
||||
this.videoitem.nursePersonName = uni.getStorageSync('nursePersonName')
|
||||
if (item.itemDirectoryWatchStatus == 'WATCHED') {
|
||||
getTrainingItemWatchRecord(this.videoitem.trainingOrderId, this.videoitem.trainingItemId, this
|
||||
.videoitem
|
||||
|
||||
Loading…
Reference in New Issue
Block a user