Commit 27deec92 by 李少勇

去掉日期类型的校验规则的type属性

parent 1018ff34
......@@ -156,6 +156,9 @@ export default {
},
// 表单校验
async handleCheck(rulePath) {
// this.$refs['modelForm'].validate((valid) => {
// console.log('valid', valid)
// })
let result;
if(rulePath){
result = await this.executeRule(rulePath);
......
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