fuliqi
2024-10-24 f8331485341314c3d0613079d4981887a111568c
src/api/platform/threshold.js
@@ -85,3 +85,16 @@
    data: data
  })
}
// 导入
export function importData(data) {
  return request({
    url: '/threshold/import',
    method: 'post',
    data: data,
    headers: {
      'Content-Type': 'multipart/form-data'
    },
    timeout: 150000
  })
}