mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
优化钥匙查询功能
This commit is contained in:
parent
0b478e9fbd
commit
1f617a7188
@ -83,7 +83,8 @@ Page({
|
|||||||
page: 1,
|
page: 1,
|
||||||
row: 10,
|
row: 10,
|
||||||
idCard: this.data.idCard,
|
idCard: this.data.idCard,
|
||||||
communityId: this.data.communityId
|
communityId: this.data.communityId,
|
||||||
|
typeFlag:'1100102'
|
||||||
}
|
}
|
||||||
context.request({
|
context.request({
|
||||||
url: constant.url.listApplicationKeys,
|
url: constant.url.listApplicationKeys,
|
||||||
|
|||||||
@ -84,7 +84,8 @@ Page({
|
|||||||
page: 1,
|
page: 1,
|
||||||
row: 10,
|
row: 10,
|
||||||
idCard: this.data.idCard,
|
idCard: this.data.idCard,
|
||||||
communityId: this.data.communityId
|
communityId: this.data.communityId,
|
||||||
|
typeFlag: '1100102'
|
||||||
}
|
}
|
||||||
context.request({
|
context.request({
|
||||||
url: constant.url.listApplicationKeys,
|
url: constant.url.listApplicationKeys,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user