修改
This commit is contained in:
parent
f4ad42bd0b
commit
004d621e3f
@ -252,7 +252,7 @@
|
||||
.then(
|
||||
res => {
|
||||
this.list = res.data
|
||||
if (this.videoitem) {
|
||||
if (this.videoitem.itemDirectoryCode) {
|
||||
this.list.trainingOrderItemDirectoryVOList.forEach(e => {
|
||||
if (e.itemDirectoryCode == this.videoitem.itemDirectoryCode) {
|
||||
e.videoshow = true
|
||||
|
||||
@ -236,7 +236,7 @@
|
||||
selectNurseAppletPersonTrainingItemDetailsList(this.trainingItemId, this.nurseStationPersonId).then(
|
||||
res => {
|
||||
this.list = res.data
|
||||
if (this.videoitem) {
|
||||
if (this.videoitem.itemDirectoryCode) {
|
||||
this.list.trainingItemDirectoryList.forEach(e => {
|
||||
if (e.itemDirectoryCode == this.videoitem.itemDirectoryCode) {
|
||||
e.videoshow = true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user