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