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