car.js 422 字节
"use strict";const t=require("../uni_modules/uview-plus/index.js");exports.getCarDetail=e=>t.http.get(`registration/${e}`,{custom:{auth:!0}}),exports.getCarNatureApi=e=>t.http.get("/system/vehicle/nature/getList",{params:e,custom:{auth:!0}}),exports.getListDeptApi=e=>t.http.get("/system/dept/list",{params:e,custom:{auth:!0}}),exports.getNeedApi=e=>t.http.get("/system/requirements/getList",{params:e,custom:{auth:!0}});