修改
This commit is contained in:
parent
ba87c1222a
commit
7b765f4c91
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user