Skip to content

Commit 3cfcec3

Browse files
YunaiVgitee-org
authored andcommitted
!536 update yudao-ui-admin/src/components/VideoUpload/index.vue.
Merge pull request !536 from zbk/N/A
2 parents 983712b + dd91e12 commit 3cfcec3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/VideoUpload/index.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ export default {
9292
if (val) {
9393
this.videoUrl = val;
9494
this.uploadFlag = true;
95+
} else {
96+
this.videoUrl = null;
97+
this.uploadFlag = null;
9598
}
9699
},
97100
deep: true,

0 commit comments

Comments
 (0)