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:
MaysWind
2025-01-22 23:12:58 +08:00
parent 5bf7f77520
commit 85557c2879
11 changed files with 21 additions and 9 deletions
+4
View File
@@ -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);
}