!536 update yudao-ui-admin/src/components/VideoUpload/index.vue.
Merge pull request !536 from zbk/N/A
This commit is contained in:
commit
d1796e51ff
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user