优化QQ群反馈的bug

Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
java110 2024-04-10 02:43:24 +00:00 committed by Gitee
parent 34983de7a7
commit 1febacef1a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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