wengan01 3 тижнів тому
батько
коміт
83c2cf2a7c
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/views/system/physical/videoContent/index.vue

+ 1 - 1
src/views/system/physical/videoContent/index.vue

@@ -492,7 +492,7 @@ const uploadVideoAsync = async (fileObj: File, isEditMode = false) => {
     uploading.value = false;
     const video = uploadRes.data || uploadRes;
 
-    // 关键修复:编辑模式下不覆盖原ID!
+    // 关键修复:编辑模式下不覆盖原ID!2222
     form.value.ossVideoUrl = video.ossVideoUrl || '';
     if (video.ossId) form.value.ossId = video.ossId;
     if (video.videoFileName || video.fileName) form.value.videoFileName = video.videoFileName || video.fileName;