Commit 1284357a authored by fwz's avatar fwz

领取免费挪车码车辆信息品牌和车型改为非必填

parent 842badd7
......@@ -88,13 +88,13 @@ export default {
rules: {
"carInfo.brand": {
type: "string",
required: true,
required: false,
message: "请填写品牌",
trigger: ["blur", "change"],
},
"carInfo.carModel": {
type: "string",
required: true,
required: false,
message: "请填写车型",
trigger: ["blur", "change"],
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment