龚焕茏
2024-04-18 39b5ade34f70c26a20e064eb0fb0144acae12bad
src/api/platform/unit.js
@@ -50,3 +50,11 @@
    method: 'get'
  })
}
// 获取运维单位工单统计列表
export function workList() {
  return request({
    url: '/yw-unit/work/list',
    method: 'get'
  })
}