zs 1 рік тому
батько
коміт
b1a265b9c5
1 змінених файлів з 1 додано та 1 видалено
  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]