fix unknow column when testing

This commit is contained in:
Jack Goh
2018-08-13 12:40:08 +08:00
parent 356b1e5267
commit b5c8688a56
3 changed files with 2 additions and 2 deletions
@@ -309,6 +309,7 @@
approveUserSlip() {
this.loading_btn = true
// TODO : this no longer used
let newApprove = {
estimated_arrival_time: this.estimated_arrival_time
}
@@ -340,6 +341,7 @@
this.centerDialogVisible = false
let newApprove = {
// TODO : this no longer used
estimated_arrival_time: this.estimated_arrival_time,
reject_reason: this.reject_reason
}