guhongwei 3 vuotta sitten
vanhempi
commit
f206740650
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/achieveLive/detail/xiangmuData.vue

+ 1 - 1
src/views/achieveLive/detail/xiangmuData.vue

@@ -50,7 +50,7 @@ export default {
   methods: {
     ...roadShow(['query']),
     async search({ skip = 0, limit = 10, ...info } = {}) {
-      let res = await this.query({ skip, dock_id: this.idock_idd, ...info });
+      let res = await this.query({ skip, dock_id: this.dock_id, ...info });
       if (this.$checkRes(res)) this.$set(this, `list`, res.data);
     },
     // 查看详情