上饶市警务平台后台管理前端
zengh
2022-12-07 b74beee46cee6b4274e68246321af4f8b2a3b9ed
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({