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