Commit before switch

This commit is contained in:
Mouhamed Lamine
2018-07-28 11:48:28 +08:00
parent 06c4333247
commit d220464627
+5 -5
View File
@@ -365,10 +365,10 @@ export default {
}],
account_num: [
{required: true,
message: 'Please input account number',trigger: 'change'}]/*,
{type:'number',
message: 'Account number cannot be text',trigger: 'change'}
]*/
message: 'Please input account number'},
{number:true,
message: 'Account number cannot be text'}
]
},
term: '',
options1: [{
@@ -529,7 +529,7 @@ export default {
this.loading = false
this.$message({
showClose: true,
message: 'Please fill the booking form properly.',
message: 'Please fill the booking form.',
type: 'error',
duration: 10000
})