feat: There is no way the, online preview
This commit is contained in:
@@ -604,6 +604,15 @@ export function getConvertFileByAttId(data) {
|
||||
})
|
||||
}
|
||||
|
||||
// 获取openOffice 在线预览文件
|
||||
export function getBusStandFileByAttId(data) {
|
||||
return axios({
|
||||
url: 'api/att/attFile/getBusStandFileByAttId',
|
||||
method: 'get',
|
||||
params: data
|
||||
})
|
||||
}
|
||||
|
||||
// 未符合项跟踪修改状态
|
||||
export function updateBaseInfo(data) {
|
||||
return axios({
|
||||
|
||||
Reference in New Issue
Block a user