zhangzengfei
2022-05-24 afe81c13ea8567efe83e7c73ec72c4b2aea8ed63
src/api/baseLibrary.ts
@@ -252,7 +252,7 @@
// 删除单个人员
export const deleteDbPersonById = (query: any) => {
  return request({
    url: "/data/api-v/dbtable/deleteDbPersonById",
    url: "/data/api-v/dbperson/deleteDbPersonById",
    method: "get",
    params: query
  })