Commit 6f9a2ed3 by tianxinyu

bug1206修改

parent 8ce4b654
...@@ -81,7 +81,7 @@ export default { ...@@ -81,7 +81,7 @@ export default {
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
"brdgrp.rec.shgref":[ "brdgrp.rec.shgref":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
"brdgrp.rec.nam":[ "brdgrp.rec.nam":[
...@@ -90,7 +90,7 @@ export default { ...@@ -90,7 +90,7 @@ export default {
], ],
"brdgrp.rec.ownref":[ "brdgrp.rec.ownref":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
......
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