袁少华 4 年之前
父节点
当前提交
78484928ab
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      pages/dashboard/video1.html

+ 1 - 2
pages/dashboard/video1.html

@@ -117,7 +117,6 @@
                             
                             
                         },
                         },
                         get2(){
                         get2(){
-                            this.get();
                             this.listInit=ServiceProduceTask.getVedioFileList();
                             this.listInit=ServiceProduceTask.getVedioFileList();
                             if(this.upVideo != 'AAA'){
                             if(this.upVideo != 'AAA'){
                                 this.listInit.splice(0, 1);
                                 this.listInit.splice(0, 1);
@@ -153,7 +152,7 @@
                         }
                         }
                     },
                     },
                     mounted() {
                     mounted() {
-                        // this.get();
+                        this.get();
                         this.get2();
                         this.get2();
                         this.timer = setInterval(this.get2, 10000);
                         this.timer = setInterval(this.get2, 10000);