mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-22 10:44:25 +08:00
fix the problem that page jump infinitely
This commit is contained in:
@@ -289,6 +289,7 @@ export default {
|
||||
created() {
|
||||
const self = this;
|
||||
|
||||
if (self.$user.isUserLogined() && self.$user.isUserUnlocked()) {
|
||||
self.loading = true;
|
||||
|
||||
self.$store.dispatch('loadTransactionOverview', {
|
||||
@@ -304,6 +305,7 @@ export default {
|
||||
self.$toast(error.message || error);
|
||||
}
|
||||
});
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
onPageAfterIn() {
|
||||
|
||||
Reference in New Issue
Block a user