终端检测取消限制上传文件格式&详情展示文件错误修改
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user