吉安感知网项目-前端
chenyao
2026-06-03 b4f08a561973b998036f6ffa9e843cfd5ee877be
applications/task-work-order/src/api/zkxt/index.js
@@ -53,4 +53,21 @@
   })
}
// ai算法
export const algorithmGroupedApi = (params) => {
   return request({
      url: `/webservice/webservice/algorithm/grouped`,
      method: 'get',
      params,
   })
}
// 获取字典下拉 task_inspection_type
export const getDictListApi = (str) => {
   return request({
      url: `/system/dict/data/type/${str}`,
      method: 'get',
   })
}