guhongwei 3 năm trước cách đây
mục cha
commit
73efc707b5
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  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: {