上传教学大纲附件,在编写课程简介出现2条数据的bug

This commit is contained in:
曹磊 2024-05-25 23:42:12 +08:00
parent d2827f642f
commit c3e2294d59
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ const baseApiUrl = globSetting.domainUrl;
//
function jxdgChange(record){
console.log(`🚀 ~ jxdgChange ~ record:`, record)
var model = {id:jxdgInfo.value.id,filePath:record,rwbh:rwbh}
var model = {id:jxdgInfo.value.id,filePath:record,rwbh:rwbh,xqxn:xqxn}
defHttp.post({ url: '/zyJxdg/zyJxdg/jxdgScfj', params: model }).then((res) => {
getKcjsJxdg();
});