|
@@ -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);
|