haoxuan
2024-05-07 54fc73f46ae0949af4e75d78048e813461d6af85
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
  })
}