mirror of
https://github.com/vx3r/wg-gen-web.git
synced 2024-12-18 00:13:23 +00:00
fix data loading bug
This commit is contained in:
parent
76434020af
commit
c1203ff8c9
@ -125,6 +125,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
watch: {
|
||||||
|
enabled(newValue, oldValue) {
|
||||||
|
if (this.enabled) {
|
||||||
|
this.readStatus()
|
||||||
|
}
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
...mapActions('status', {
|
...mapActions('status', {
|
||||||
readStatus: 'read',
|
readStatus: 'read',
|
||||||
|
Loading…
Reference in New Issue
Block a user