优化代码

This commit is contained in:
java110 2020-09-09 12:24:05 +08:00
parent eb67ae89c1
commit a0de956772

View File

@ -16,6 +16,7 @@
rentingTitle: '',
paymentType: '',
ownerName: '',
state:'0'
}
}
@ -37,6 +38,7 @@
vc.component.rentingPoolManageInfo.conditions.page = _page;
vc.component.rentingPoolManageInfo.conditions.row = _rows;
vc.component.rentingPoolManageInfo.conditions.communityId = vc.getCurrentCommunity().communityId;
var param = {
params: vc.component.rentingPoolManageInfo.conditions
};