Commit 211b297b by KyleAlex

Merge branch 'wuyue'

parents 6a075bdc 130f03b2
......@@ -468,6 +468,10 @@ export default {
that.$message.error({ message: '请选择值' });
return false;
}
if(code === 'tag015' && that.templateData[0].dateRangeValue[0] > that.templateData[0].dateRangeValue[1]) {
that.$message.error({ message: '生日不能跨年' });
return false;
}
}
if ((code === 'tag014' || code === 'tag017' || code === 'tag019' || code === 'tag020' || code === 'tag015')) {
......
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