update yudao-ui-admin/src/components/VideoUpload/index.vue.

修复修改后再新增时的表单无法清除还原到未选择视频文件状态的问题

Signed-off-by: zbk <540064991@qq.com>
This commit is contained in:
zbk 2023-07-14 09:56:15 +00:00 committed by Gitee
parent 08e9772f66
commit 1c3521c5fa
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -92,6 +92,9 @@ export default {
if (val) {
this.videoUrl = val;
this.uploadFlag = true;
} else {
this.videoUrl = null;
this.uploadFlag = null;
}
},
deep: true,