mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 14:17:54 +08:00
优化派单池页面
This commit is contained in:
parent
f48d2d94d4
commit
935eb4ea99
@ -99,7 +99,7 @@
|
||||
var _repairDispatchManageInfo=JSON.parse(json);
|
||||
vc.component.repairDispatchManageInfo.total = _repairDispatchManageInfo.total;
|
||||
vc.component.repairDispatchManageInfo.records = _repairDispatchManageInfo.records;
|
||||
vc.component.repairDispatchManageInfo.ownerRepairs = _repairDispatchManageInfo.ownerRepairs;
|
||||
vc.component.repairDispatchManageInfo.ownerRepairs = _repairDispatchManageInfo.data;
|
||||
vc.emit('pagination','init',{
|
||||
total:vc.component.repairDispatchManageInfo.records,
|
||||
currentPage:_page
|
||||
|
||||
Loading…
Reference in New Issue
Block a user