230320a303 5 mesi fa
parent
commit
f6bac0d01c

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-4c0704a0.3c2e2e71.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.65fbc858.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-4c0704a0.746bb9dc.js


File diff suppressed because it is too large
+ 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}
       }
     },
   },

Some files were not shown because too many files changed in this diff