230320a303 5 ヶ月 前
コミット
f6bac0d01c

ファイルの差分が大きいため隠しています
+ 0 - 0
dist/index.html


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/css/chunk-4c0704a0.3c2e2e71.css


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/app.65fbc858.js


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/chunk-4c0704a0.746bb9dc.js


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/chunk-b5732612.2f7c8720.js


+ 5 - 1
src/components/Common/UploadVideo.vue

@@ -63,7 +63,11 @@ export default {
   watch: {
     isShow: function(val) {
       if (val) {
-
+        this.fileList= []
+        this.fileNextResObj = {}
+        let cObj = this.cObj
+        cObj.video = ''
+        this.cObj = {...cObj}
       }
     },
   },

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません