diff --git a/pages/home/active.vue b/pages/home/active.vue index 001fbf6..9db6566 100644 --- a/pages/home/active.vue +++ b/pages/home/active.vue @@ -160,6 +160,7 @@ export default { method: method, data: dataObj }).then((res) => { + this.getActive() console.log(res); }) },