Mr.Shi
2023-09-07 e0673329aafe8fc5e17daa75f940807566813290
minipro_standard/util/api/QualityAPI.js
@@ -38,7 +38,7 @@
// 根据ID查询
export function getBYid (id) {
  return request.post(`/ext/workorderCheckExt/${id}`, data)
  return request.post(`/ext/workorderCheckExt/${id}`)
}
// export function getBYid(id: any): Promise<any> {
//     return httpRequest({
@@ -49,7 +49,7 @@
// 获取出入库信息
export function findById (id) {
  return request.post(`/ext/wOutboundExt/findById?id=${id}`, data)
  return request.post(`/ext/wOutboundExt/findById?id=${id}`)
}
// export function findById(id: Number): Promise<any> {
//     return httpRequest({
@@ -107,8 +107,8 @@
// }
// 根据ID查询设备
export function getBYid (id) {
  return request.post(`/ext/deviceExt/${id}`, data)
export function getsbInfo (id) {
  return request.post(`/ext/deviceExt/${id}`)
}
// export function getsbInfo (id: any): Promise<any> {
//     return httpRequest({