|
@@ -113,6 +113,7 @@ export default {
|
|
|
...newsroadshow(['query', 'create', 'update', 'delete']),
|
|
|
async search({ skip = 0, limit = 10, ...info } = {}) {
|
|
|
let res = await this.fetch(this.user.uid);
|
|
|
+ console.log(res);
|
|
|
this.$set(this, `dock_id`, res.data.id);
|
|
|
let arr = await this.query({ skip, limit, dock_id: this.dock_id, ...info });
|
|
|
this.$set(this, `list`, arr.data);
|