mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化代码
This commit is contained in:
parent
707fa05e06
commit
3abbe73c34
@ -59,6 +59,7 @@
|
|||||||
_listWorkPools: function (_page, _rows) {
|
_listWorkPools: function (_page, _rows) {
|
||||||
$that.workPoolInfo.conditions.page = _page;
|
$that.workPoolInfo.conditions.page = _page;
|
||||||
$that.workPoolInfo.conditions.row = _rows;
|
$that.workPoolInfo.conditions.row = _rows;
|
||||||
|
$that.workPoolInfo.conditions.communityId = vc.getCurrentCommunity().communityId;
|
||||||
let param = {
|
let param = {
|
||||||
params: JSON.parse(JSON.stringify($that.workPoolInfo.conditions))
|
params: JSON.parse(JSON.stringify($that.workPoolInfo.conditions))
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user