guhongwei 3 vuotta sitten
vanhempi
commit
60ca72c497
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/market/transfer/index.vue

+ 1 - 1
src/views/market/transfer/index.vue

@@ -33,7 +33,7 @@ export default {
   methods: {
     ...patenttrans(['query']),
     async search({ skip = 0, limit = this.limit, ...info } = {}) {
-      let res = await this.query({ skip, limit, ...info });
+      let res = await this.query({ skip, limit, type: '转让', ...info });
       if (this.$checkRes(res)) {
         this.$set(this, `list`, res.data);
         this.$set(this, `total`, res.total);