mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-11 06:07:24 +08:00
Pre Merge pull request !12 from Admin/N/A
This commit is contained in:
commit
7d42314986
@ -78,7 +78,9 @@
|
||||
);
|
||||
},
|
||||
_openRepairDetail: function (_repairPool) {
|
||||
vc.jumpToPage('/#/pages/property/ownerRepairDetail?repairId=' + _repairPool.repairId)
|
||||
//这里有bug,打开会报404,改成/work/repairDetail,和工单池里面的详情保持一致
|
||||
//vc.jumpToPage('/#/pages/property/ownerRepairDetail?repairId=' + _repairPool.repairId);
|
||||
vc.jumpToPage('/#/pages/work/repairDetail?repairId=' + _repairPool.repairId)
|
||||
},
|
||||
//查询
|
||||
_queryRepairPoolMethod: function () {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user