mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-19 04:24:08 +00:00
fix unknow column when testing
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user