终端检测取消限制上传文件格式&详情展示文件错误修改

This commit is contained in:
zhujiyan
2024-05-30 16:08:07 +08:00
parent ce87ee5c00
commit 0473a4f9f3
5 changed files with 102 additions and 119 deletions

View File

@@ -29,4 +29,16 @@ export const getMointorPointTempLinedebugDetail = (obj: any) => {
}
//同步台账
export const setTempLinedebugLedgerSync = (obj: any) => {
let form = new FormData()
form.append('id', obj.id)
return createAxios({
url:'/supervision-boot/tempLinedebug/ledgerSync',
method: 'POST',
data:form
})
}