上饶市警务平台后台管理前端
zhongrj
2025-01-21 c393f8b721c1e7f6ea65ff0f3ad3a47dce71cfbc
src/api/scheduling/scheduling.js
@@ -21,6 +21,15 @@
    }
  })
}
export const getPliceman = () => {
  return request({
    url: '/api/policeman/policeman/all',
    method: 'get',
    params: {
    }
  })
}
export const remove = (ids) => {
  return request({