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

Merge pull request !536 from zbk/N/A
This commit is contained in:
芋道源码
2023-07-25 12:05:11 +00:00
committed by Gitee

View File

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