|
@@ -60,7 +60,7 @@ export default {
|
|
|
await this.search({ term: '有效' });
|
|
|
},
|
|
|
methods: {
|
|
|
- ...patentinfo(['query']),
|
|
|
+ ...patentinfo(['query', 'queryByOrg']),
|
|
|
async search({ skip = 0, limit = this.limit, ...info } = {}) {
|
|
|
info.term = this.active ? this.active : '有效';
|
|
|
info.code = this.user.code;
|