Merge branch 'add-order-v2' into 'master'
fix migration See merge request fronk/thetool!955
This commit is contained in:
@@ -106,7 +106,7 @@ Vue.component('warehouse-order-request', {
|
||||
const response = await axios.get(window.TT_CONFIG["BASE_PATH"] + '/WarehouseOrderRequest/cancel?id=' + row.id + '&cancel=' + cancel);
|
||||
if (response.data.success) {
|
||||
this.window.notify('success', response.data.message || 'Erfolgreich aktualisiert')
|
||||
this.$refs.crud.$refs.table.refresh()
|
||||
this.$refs.crud.$refs.table.refreshTable()
|
||||
return
|
||||
}
|
||||
this.window.notify('error', response.data.message || 'Fehler beim aktualisieren')
|
||||
|
||||
Reference in New Issue
Block a user