Browse Source

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

芋道源码 1 năm trước cách đây
mục cha
commit
d1796e51ff
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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,