修改bug

This commit is contained in:
yangjun 2024-05-27 08:15:59 +08:00
parent a7f0b33494
commit da22574db4
1 changed files with 2 additions and 2 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}
defHttp.post({ url: '/zyJxdg/zyJxdg/jxdgScfj', params: model }).then((res) => {
getKcjsJxdg();
});
@ -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}
defHttp.post({ url: '/zyJxdg/zyJxdg/jxrlScfj', params: model }).then((res) => {
getKcjsJxdg();
});