--no commit message
Showing
1 changed file
with
3 additions
and
1 deletions
... | @@ -72,7 +72,9 @@ export default { | ... | @@ -72,7 +72,9 @@ export default { |
72 | }, | 72 | }, |
73 | render: { | 73 | render: { |
74 | handler(newValue, oldValue) { | 74 | handler(newValue, oldValue) { |
75 | this.loadData(); | 75 | if(newValue){ |
76 | this.loadData(); | ||
77 | } | ||
76 | }, | 78 | }, |
77 | }, | 79 | }, |
78 | immediate: true, | 80 | immediate: true, | ... | ... |
-
Please register or sign in to post a comment