This commit is contained in:
曹辉 2023-04-27 10:17:57 +08:00
parent ba87c1222a
commit 7b765f4c91
2 changed files with 5 additions and 0 deletions

View File

@ -132,6 +132,7 @@
this.videoitem.trainingOrderId = this.list.trainingOrderId this.videoitem.trainingOrderId = this.list.trainingOrderId
this.videoitem.trainingItemId = this.list.trainingItemId this.videoitem.trainingItemId = this.list.trainingItemId
this.videoitem.nurseStationPersonId = this.nurseStationPersonId this.videoitem.nurseStationPersonId = this.nurseStationPersonId
this.videoitem.nursePersonName = uni.getStorageSync('nursePersonName')
if (item.itemDirectoryWatchStatus == 'WATCHED') { if (item.itemDirectoryWatchStatus == 'WATCHED') {
getTrainingItemWatchRecord(this.videoitem.trainingOrderId, this.videoitem.trainingItemId, this getTrainingItemWatchRecord(this.videoitem.trainingOrderId, this.videoitem.trainingItemId, this
.videoitem .videoitem

View File

@ -118,6 +118,10 @@
this.videoitem.watchTime = 0 this.videoitem.watchTime = 0
} }
this.videoitem = item 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') { if (item.itemDirectoryWatchStatus == 'WATCHED') {
getTrainingItemWatchRecord(this.videoitem.trainingOrderId, this.videoitem.trainingItemId, this getTrainingItemWatchRecord(this.videoitem.trainingOrderId, this.videoitem.trainingItemId, this
.videoitem .videoitem