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