@ -535,9 +535,9 @@ function CarInfo() {
//基本信息查询
function search(e) {
if (!e.type) {
e.type = 1
}
// if (!e.type) {
// e.type = 1
// }
ajax({
url: "/api/ope/car/list",
type: "post",
@ -183,13 +183,13 @@ function UserInfo() {
//基本信息检索条件
const formSearch = [
{
name: "road",
name: "mobile",
type: "Input",
label: "手机号",
placeholder: "请输入手机号",
},
name: "carId",
label: "车牌号",
placeholder: "请输入车牌号",