mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化crc 优化
This commit is contained in:
parent
5e05c67c7b
commit
92d7e4197d
@ -113,7 +113,7 @@
|
|||||||
};
|
};
|
||||||
$that.aOwnerDetailRoomFeeInfo.payerObjIds = [];
|
$that.aOwnerDetailRoomFeeInfo.payerObjIds = [];
|
||||||
//发送get请求
|
//发送get请求
|
||||||
vc.http.apiGet('/room.queryAdminRoom',
|
vc.http.apiGet('/room.queryAdminOwnerRooms',
|
||||||
param,
|
param,
|
||||||
function (json) {
|
function (json) {
|
||||||
let _roomInfo = JSON.parse(json);
|
let _roomInfo = JSON.parse(json);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user