houzhongjian
2024-11-06 1ae890a97b92470ad7c163615873091622c1c8ae
src/api/model/pre/predict/index.ts
@@ -130,3 +130,11 @@
    httpRequest
  }
}
export const getMmPredictItemTree = () => {
  return request.get({ url: `/model/pre/item/tree`})
}
export const getViewCharts = (params) => {
  return request.get({ url: `/model/pre/item/view-charts`,params})
}