修复编辑问题

This commit is contained in:
liaozetao
2024-01-22 11:27:00 +08:00
parent 479b17687c
commit 41423be810

View File

@@ -1224,7 +1224,7 @@ export default {
$("#svgaImgInfo").html('未上传'); $("#svgaImgInfo").html('未上传');
} }
// 设置其他视图文件效果图片 // 设置其他视图文件效果图片
$('#viewUploadFile').val(json.entity.viewUrl); $('#viewUploadFile').val('');
$('#otherViewType').val(json.entity.otherViewType); $('#otherViewType').val(json.entity.otherViewType);
$('#viewUrl').val(json.entity.viewUrl); $('#viewUrl').val(json.entity.viewUrl);
$('#viewFile').attr("src", json.entity.viewUrl); $('#viewFile').attr("src", json.entity.viewUrl);