zhouwenxuan
2023-10-26 e7b81924e3fa4d7c5a52484f465efa6733e8c402
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 : [];