feat: There is no way the, online preview

This commit is contained in:
Superman_Main
2021-11-27 20:33:55 +08:00
parent b87502f4b6
commit fa4f1a37ba
6 changed files with 324 additions and 31 deletions
+9
View File
@@ -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({