mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
加入搜素页面
This commit is contained in:
parent
d6beaea6b2
commit
979010dd60
@ -57,6 +57,12 @@
|
||||
$that.searchCommunityDataInfo.repairs = _ownerJson.repairs;
|
||||
$that.searchCommunityDataInfo.visits = _ownerJson.visitDtos;
|
||||
$that.searchCommunityDataInfo.staffs = _ownerJson.staffs;
|
||||
if (_ownerJson.rooms.length < 1 && _ownerJson.owners.length < 1 && _ownerJson.ownerMembers.length < 1
|
||||
&& _ownerJson.cars.length < 1 && _ownerJson.carMembers.length < 1 && _ownerJson.contracts.length < 1
|
||||
&& _ownerJson.repairs.length < 1 && _ownerJson.visitDtos.length < 1 && _ownerJson.staffs.length < 1
|
||||
) {
|
||||
$that.searchCommunityDataInfo.noData = true;
|
||||
}
|
||||
},
|
||||
function (errInfo, error) {
|
||||
console.log('请求失败处理');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user