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