fuliqi
2024-12-08 1d3efb6ed52ef43c6184cfaa2ff11d5cc78565c9
src/api/platform/threshold.js
@@ -150,3 +150,12 @@
    responseType: 'blob'
  })
}
// 修改工单白名单
export function addError(data) {
  return request({
    url: '/threshold/addBatch',
    method: 'post',
    data: data
  })
}