|
@@ -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]
|