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