src/api/productManage/productRegisterForm.js
@@ -31,7 +31,15 @@ data }) } // 获取车辆编号 // 切换产品登记表 export function changeYieldRegister(data) { return request({ url: "/api-jl/v1/fineness/changeYieldRegister", method: "post", data }) } // 获取车辆编号 和等级 export function getWorkshopManageCar(data) { return request({ url: "/api-jl/v1/system/getCarAndLevel", @@ -46,4 +54,4 @@ method: "get", data }) } }