mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
fix "Save Display Order" still displays bug when adjusting the order and then restoring the original order in the desktop version
This commit is contained in:
@@ -254,6 +254,10 @@ export default {
|
||||
}).catch(error => {
|
||||
self.loading = false;
|
||||
|
||||
if (error && error.isUpToDate) {
|
||||
self.displayOrderModified = false;
|
||||
}
|
||||
|
||||
if (!error.processed) {
|
||||
self.$refs.snackbar.showError(error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user