Ver Fonte

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	src/views/historicTaskScreen.vue
#	src/views/situationScreen.vue
#	src/views/taskScreen.vue
sgw há 1 ano atrás
pai
commit
147ac7c2d4
1 ficheiros alterados com 5 adições e 5 exclusões
  1. 5 5
      src/views/taskScreen.vue

+ 5 - 5
src/views/taskScreen.vue

@@ -834,7 +834,7 @@ export default {
         this.videoPlayerName[index++] = res.data.data[item].name;
       }
               setTimeout(() => {
-
+     
     for(let index = 0; index < this.dataSrc.length;index++)
     {
       this.VideoData.push(this.resolveUrl(this.dataSrc[index]))
@@ -843,7 +843,7 @@ export default {
 
      setTimeout(() => {
       this.HKshow = true;
-
+      
     }, 800);
     },
     resolveUrl(url){
@@ -876,7 +876,7 @@ export default {
   mounted() {
 
 
-
+     
     // 获取全部单位
     this.getAllUnits();
     // 获取全部系统
@@ -887,7 +887,7 @@ export default {
     // this.initUrl('步坦协同课目');
     //   }, 1000);
     //   setTimeout(() => {
-
+     
     //  console.log('this.dataSrc :>> ', this.dataSrc);
     // for(let index = 0; index < this.dataSrc.length;index++)
     // {
@@ -899,7 +899,7 @@ export default {
     // }, 1000);
 
     //  setTimeout(() => {
-
+     
     //   this.HKshow = true;
 
     // }, 800);