mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化QQ群反馈的bug
Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
parent
34983de7a7
commit
1febacef1a
@ -48,7 +48,7 @@
|
||||
param,
|
||||
function (json) {
|
||||
let _roomInfo = JSON.parse(json);
|
||||
vc.component.ownerDetailAppUserInfo.appUsers = _roomInfo.auditAppUserBindingOwners;
|
||||
vc.component.ownerDetailAppUserInfo.appUsers = _roomInfo.data;
|
||||
vc.emit('ownerDetailAppUser', 'paginationPlus', 'init', {
|
||||
total: _roomInfo.records,
|
||||
dataCount: _roomInfo.total,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user