Browse Source

!536 update yudao-ui-admin/src/components/VideoUpload/index.vue.
Merge pull request !536 from zbk/N/A

芋道源码 1 year ago
parent
commit
d1796e51ff
1 changed files with 3 additions and 0 deletions
  1. 3 0
      yudao-ui-admin/src/components/VideoUpload/index.vue

+ 3 - 0
yudao-ui-admin/src/components/VideoUpload/index.vue

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