@@ -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}
}
},