优化钥匙查询功能

This commit is contained in:
wuxw 2020-01-05 18:26:46 +08:00
parent 0b478e9fbd
commit 1f617a7188
2 changed files with 4 additions and 2 deletions

View File

@ -83,7 +83,8 @@ Page({
page: 1,
row: 10,
idCard: this.data.idCard,
communityId: this.data.communityId
communityId: this.data.communityId,
typeFlag:'1100102'
}
context.request({
url: constant.url.listApplicationKeys,

View File

@ -84,7 +84,8 @@ Page({
page: 1,
row: 10,
idCard: this.data.idCard,
communityId: this.data.communityId
communityId: this.data.communityId,
typeFlag: '1100102'
}
context.request({
url: constant.url.listApplicationKeys,