mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-21 21:34:16 +00:00
remove alert on form submission
This commit is contained in:
@@ -433,11 +433,9 @@
|
||||
getCalculationValue(formName) {
|
||||
this.$refs[formName].validate((valid) => {
|
||||
if (valid) {
|
||||
alert('submit!');
|
||||
this.dialogFormVisible = false
|
||||
this.dialogFormVisible1 = true
|
||||
} else {
|
||||
console.log('error submit!!');
|
||||
return;
|
||||
}
|
||||
});
|
||||
@@ -518,8 +516,6 @@
|
||||
default:
|
||||
break
|
||||
}
|
||||
|
||||
|
||||
// axios.post('api/booking/'+ id + '/status', newBooking)
|
||||
// .then((response) => {
|
||||
// console.log(response)
|
||||
|
||||
Reference in New Issue
Block a user