mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-26 07:44:15 +00:00
Commit before switch
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user