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