guhongwei 3 роки тому
батько
коміт
4246355356
1 змінених файлів з 1 додано та 1 видалено
  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: {
   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);
       }
       }