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: {
     ...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);
       }