Commit 81c1be34 by zhouqian

Merge branch 'development-202206' into 'development-202206'

letopn输入框格式校验

See merge request !27
parents f287d257 3a65d6fe
......@@ -452,6 +452,9 @@ export default {
},
"model.ledgrp.rec.tenmaxday":function(val){
this.model.ledgrp.rec.tenmaxday = val.replace(/\D/g, '');
},
"model.ledgrp.rec.prepers18":function(val){
this.model.ledgrp.rec.prepers18 = val.replace(/\D/g, '');
}
},
}
......
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