zs 1 year ago
parent
commit
b1a265b9c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pagesMatch/team/index.js

+ 1 - 1
pagesMatch/team/index.js

@@ -111,7 +111,7 @@ Page({
     // 查询通知
     async search() {
         const that = this;
-        let info = { skip: that.data.skip, limit: that.data.limit, match_id: that.data.id };
+        let info = { skip: that.data.skip, limit: that.data.limit, match_id: that.data.id, status: "1" };
         let res = await app.$api('application/team', 'GET', { ...info, ...that.data.searchInfo })
         if (res.errcode == '0') {
             let list = [...that.data.list, ...res.data]