guhongwei 3 년 전
부모
커밋
73efc707b5
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      src/views/achieveLive/detail/top.vue

+ 5 - 5
src/views/achieveLive/detail/top.vue

@@ -74,11 +74,11 @@ export default {
   methods: {
     ...statistics(['dockQuery']),
     async search() {
-      // res = await this.dockQuery({ dock_id: this.id });
-      // if (this.$checkRes(res)) {
-      //   console.log(res);
-      //   this.$set(this, `list`, res.data);
-      // }
+      let res = await this.dockQuery({ dock_id: this.dock_id });
+      if (this.$checkRes(res)) {
+        console.log(res);
+        this.$set(this, `list`, res.data);
+      }
     },
   },
   computed: {