jiangping
2023-10-26 7a1d1ae5f7bb4fce96fb7a134d755765cd3c4e4a
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({