minipro_standard/util/api/QualityAPI.js
@@ -38,7 +38,7 @@ // 根据ID查询 export function getBYid (id) { return request.post(`/ext/workorderCheckExt/${id}`) return request.get(`/ext/workorderCheckExt/${id}`) } // export function getBYid(id: any): Promise<any> { // return httpRequest({ @@ -108,7 +108,7 @@ // 根据ID查询设备 export function getsbInfo (id) { return request.post(`/ext/deviceExt/${id}`) return request.get(`/ext/deviceExt/${id}`) } // export function getsbInfo (id: any): Promise<any> { // return httpRequest({