Merge branch 'main' of http://123.132.248.154:10000/HC_YFZX/CaiYuanYiTiHua
commit
17a57e3008
|
|
@ -188,7 +188,7 @@ export function rebackzhuantipic(params:{ zhuanti, CaseId }){
|
|||
params
|
||||
});
|
||||
}
|
||||
export function CopyImg(params: { caseId, images}){
|
||||
export function CopyImg(params: { caseid, images}){
|
||||
return defHttp.post({
|
||||
url: Api.CopyImg,
|
||||
data:params,
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ const save = () => {
|
|||
}
|
||||
loading.value = true
|
||||
let params = {
|
||||
caseId: sessionStorage.getItem('SelectOtherId'),
|
||||
caseid: sessionStorage.getItem('SelectOtherId'),
|
||||
images: selectImage.value
|
||||
}
|
||||
CopyImg(params).then(res => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue