111
k94314517
2023-10-24 60b3a617617ae46ba72bc04cee50c67ddf30a76c
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({