zhangzengfei
2022-07-20 1f1b2fcc05f6b0f83bf7602f453cc73dd6e9b7ce
src/api/baseLibrary.ts
@@ -252,8 +252,16 @@
// 删除单个人员
export const deleteDbPersonById = (query: any) => {
  return request({
    url: "/data/api-v/dbtable/deleteDbPersonById",
    url: "/data/api-v/dbperson/deleteDbPersonById",
    method: "get",
    params: query
  })
}
// 车辆相关的字典
export const dicByType = () => {
  return request({
    url: "/data/api-v/dbperson/dicByType",
    method: "get",
  })
}