guhongwei há 3 anos atrás
pai
commit
4246355356
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/patent/parts/trans-1.vue

+ 1 - 1
src/views/patent/parts/trans-1.vue

@@ -30,7 +30,7 @@ export default {
   methods: {
     ...patenttrans(['query']),
     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)) {
         this.$set(this, `list`, res.data);
       }