|
@@ -52,7 +52,7 @@ export default {
|
|
|
methods: {
|
|
|
...patentinfo(['query']),
|
|
|
async search({ skip = 0, limit = this.limit, ...info } = {}) {
|
|
|
- let res = await this.query({ skip, limit, ...info });
|
|
|
+ let res = await this.query({ skip, limit, ...this.searchForm, ...info });
|
|
|
if (this.$checkRes(res)) {
|
|
|
this.$set(this, `list`, res.data);
|
|
|
this.$set(this, `total`, res.total);
|