haoxuan
2024-04-25 5aa07c5cfe96b928f1371d34d0af44890fbf7cd7
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
  })
}