guhongwei 3 vuotta sitten
vanhempi
commit
4246355356
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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);
       }