袁少华 4 سال پیش
والد
کامیت
3f5c20f600
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      pages/dashboard/video1.html

+ 2 - 1
pages/dashboard/video1.html

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