加入搜素页面

This commit is contained in:
Your Name 2023-04-17 02:42:42 +08:00
parent d6beaea6b2
commit 979010dd60

View File

@ -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('请求失败处理');