guhongwei 3 年之前
父节点
当前提交
60ca72c497
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);