src/api/structural/workshop.js
@@ -36,6 +36,15 @@ }); } //获取对象零件号附件列表 export function partFileList(query) { return request({ url: '/workShop/partFileList', method: 'get', params: query }) } // 删除文件 export function delFile(query) { return request({ @@ -44,3 +53,12 @@ params: query, }); } // 根据车间id获取文件列表 export function getFileListById(query) { return request({ url: '/workShop/fileListById', method: 'get', params: query, }) }