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