上传教学大纲附件

This commit is contained in:
曹磊 2024-05-25 23:25:35 +08:00
parent 9a6cee214c
commit d2827f642f
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}
var model = {id:jxdgInfo.value.id,filePath:record,rwbh:rwbh}
defHttp.post({ url: '/zyJxdg/zyJxdg/jxdgScfj', params: model }).then((res) => {
getKcjsJxdg();
});