Compare commits

..

No commits in common. "0eff32c341a115cca04e78a53fbb38822fc37ed4" and "bbf7de0cc496b0b217aad2d8a01eb35fbea12569" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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