From 0dc60b654541614e744de14174074eadef18766c Mon Sep 17 00:00:00 2001 From: xyq <392009588@qq.com> Date: Wed, 19 Apr 2023 16:41:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=85=E5=9F=BA=E5=9C=B0=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E7=AB=AF=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/sunVillage_info/homestead/application.js | 4 ++-- src/views/sunVillage_info/arbitration/arbitrationDetail.vue | 4 ++-- src/views/sunVillage_info/homeApplication/proposerLite.vue | 5 ++--- 打包.bat | 6 +++--- 4 files changed, 9 insertions(+), 10 deletions(-) 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 @@