修改提交

This commit is contained in:
曹辉 2023-04-27 16:42:22 +08:00
parent 2ec2f6440a
commit b4e73d2272

View File

@ -288,7 +288,6 @@ export default {
this.openimg = false; this.openimg = false;
}, 1000); }, 1000);
} }
this.videoForm.showVideoPath = null;
this.uploadbtn = true; this.uploadbtn = true;
}); });
} else if ( } else if (
@ -347,6 +346,8 @@ export default {
} else { } else {
this.openimg = false; this.openimg = false;
} }
this.videoForm.showVideoPath = null;
this.previews.data = null;
}, },
// //
realTime(data) { realTime(data) {