cxmo 1 năm trước cách đây
mục cha
commit
5d9027141b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/training_manage/modifyVideoPage.vue

+ 1 - 1
src/views/training_manage/modifyVideoPage.vue

@@ -295,7 +295,7 @@ export default {
                 return;
             type!=='publish'&&this.$message.success(`${this.form.VideoId ? '编辑' : '添加'}成功`);
             type!=='publish'&&this.changeRoute();
-            !this.form.VideoId&&(this.form.VideoId = res.Data?res.Data.VideoId:'');
+            !this.form.VideoId&&(this.form.VideoId = res.Data?res.Data:'');
         },
         //发布视频
         async publishVideo(){