guhongwei 4 anos atrás
pai
commit
90e5f75541
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      src/views/admin/live/achieve/interview.vue

+ 1 - 0
src/views/admin/live/achieve/interview.vue

@@ -95,6 +95,7 @@ export default {
   methods: {
     ...interview(['query', 'create', 'update', 'delete']),
     async search({ skip = 0, limit = 10, ...info } = {}) {
+      info.dock_id = this.user.id;
       const res = await this.query({ skip, limit, ...info });
       if (this.$checkRes(res)) {
         this.$set(this, `list`, res.data);