!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
commit d1796e51ff
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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,