haoxuan
2024-04-23 37c1c18b0e47bd8b9272a33bfa557c62b564d24b
src/api/productManage/silkRegisterForm.js
@@ -44,7 +44,7 @@
export function getWorkshopManageList(data) {
  return request({
    url: "/api-jl/v1/system/getWorkshopManageList",
    method: "get",
    method: "post",
    data
  })
}
@@ -64,3 +64,11 @@
    method: "get"
  })
}
// 纤度登记表 根据车辆
export function getCarNumber(data) {
  return request({
    url: "/api-jl/v1/system/getCarNumber",
    method: "post",
    data
  })
}