diff --git a/src/api/sunVillage_info/homestead/application.js b/src/api/sunVillage_info/homestead/application.js index 9f62d6d0..48ed8968 100644 --- a/src/api/sunVillage_info/homestead/application.js +++ b/src/api/sunVillage_info/homestead/application.js @@ -213,9 +213,9 @@ export function getQueryLand(id) { } //查询当前登录账号坐标 -export function getWorkflow() { +export function getWorkflow(deptId) { return request({ - url: '/home/mobile/workflow', + url: '/home/mobile/workflow?deptId='+deptId, method: 'get' }) } diff --git a/src/views/sunVillage_info/arbitration/arbitrationDetail.vue b/src/views/sunVillage_info/arbitration/arbitrationDetail.vue index b92f7173..50952b25 100644 --- a/src/views/sunVillage_info/arbitration/arbitrationDetail.vue +++ b/src/views/sunVillage_info/arbitration/arbitrationDetail.vue @@ -62,7 +62,7 @@
*纠纷人
*纠纷事项
@@ -227,7 +227,7 @@ export default { this.closeMoule(response.rows[0].zjddm); } }); - this.getDetail(); + this.getDetailgetDetail(); this.getUserHouseApplyProposer(); }, computed: { diff --git a/src/views/sunVillage_info/homeApplication/proposerLite.vue b/src/views/sunVillage_info/homeApplication/proposerLite.vue index 47d57e7e..d4656da5 100644 --- a/src/views/sunVillage_info/homeApplication/proposerLite.vue +++ b/src/views/sunVillage_info/homeApplication/proposerLite.vue @@ -174,7 +174,7 @@