fix migration

This commit is contained in:
Luca Haid
2025-01-28 11:12:11 +01:00
parent c98513519a
commit 08324884a3

View File

@@ -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')