Compare commits

...

2 Commits

Author SHA1 Message Date
yangjun 0eff32c341 Merge branch 'master' of http://47.115.223.229:8888/yangjun/dbsd_kczx
# Conflicts:
#	src/views/site/renKeJiaoCheng/checkKecheng/dqxqkcDetail.vue
2024-05-27 08:17:12 +08:00
yangjun da22574db4 修改bug 2024-05-27 08:15:59 +08:00
1 changed files with 1 additions and 1 deletions

View File

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