pages/tabBar/response/response.vue @@ -82,6 +82,8 @@ }, getResponseList() { this.loading = true getResponse(this.data).then(res => { if (res.code === 100) { let list = res.data ? res.data : [];