xiangpei
2024-11-05 c66b9868ededa0f89038f1a046ee7b3daee2e203
src/api/platform/unit.js
@@ -52,9 +52,10 @@
}
// 获取运维单位工单统计列表
export function workList() {
export function workList(params) {
  return request({
    url: '/yw-unit/work/list',
    method: 'get'
    method: 'get',
    params: params
  })
}