This commit is contained in:
曹辉 2023-04-27 10:27:55 +08:00
parent 39762bc026
commit 5627454e41
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,6 @@
},
//
videoshowfalse() {
this.videoitem.trainingItemTitle = this.list.trainingItemTitle
if (this.videoerroshow) {
if (this.videoitem.watchTime) {
this.videoitem.watchTime = this.formatSeconds(this.videoitem.watchTime)
@ -132,6 +131,7 @@
this.videoitem.trainingOrderId = this.list.trainingOrderId
this.videoitem.trainingItemId = this.list.trainingItemId
this.videoitem.nurseStationPersonId = this.nurseStationPersonId
this.videoitem.trainingItemTitle = this.list.trainingItemTitle
this.videoitem.nursePersonName = uni.getStorageSync('nursePersonName')
if (item.itemDirectoryWatchStatus == 'WATCHED') {
getTrainingItemWatchRecord(this.videoitem.trainingOrderId, this.videoitem.trainingItemId, this

View File

@ -88,7 +88,6 @@
},
//
videoshowfalse() {
this.videoitem.trainingItemTitle = this.list.trainingItemTitle
if (this.videoerroshow) {
if (this.videoitem.watchTime) {
this.videoitem.watchTime = this.formatSeconds(this.videoitem.watchTime)
@ -122,6 +121,7 @@
this.videoitem.trainingItemId = this.list.trainingItemId
this.videoitem.nurseStationPersonId = this.nurseStationPersonId
this.videoitem.nursePersonName = uni.getStorageSync('nursePersonName')
this.videoitem.trainingItemTitle = this.list.trainingItemTitle
if (item.itemDirectoryWatchStatus == 'WATCHED') {
getTrainingItemWatchRecord(this.videoitem.trainingOrderId, this.videoitem.trainingItemId, this
.videoitem