zhangzengfei
2022-07-31 f6caf2b0a4502f2ba888b58a88ff7c7e409e40d0
src/api/baseLibrary.ts
@@ -37,7 +37,7 @@
export const addBase = (query: any) => {
  return request({
    url: "/data/api-v/dbtable/addDbTableInfo",
    method: "put",
    method: "post",
    data: query
  })
}
@@ -211,7 +211,7 @@
export const addBaseCar = (query: any) => {
  return request({
    url: "/data/api-v/dbperson/addDbPerson",
    method: "put",
    method: "post",
    data: query
  })
}
@@ -262,6 +262,6 @@
export const dicByType = () => {
  return request({
    url: "/data/api-v/dbperson/dicByType",
    method: "get",
    method: "get"
  })
}