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 @@ - + { + getWorkflow(this.sysFarmer.deptId).then((resp) => { this.$set(this.applicationDetail, 'proposerActiveIndex', -1); this.$set(this.applicationDetail, 'startActiveIndex', -1); @@ -2915,7 +2915,6 @@ export default { this.$set(this.applicationDetail, 'applyStepList', resp.data.applyStepList.name); this.$set(this.applicationDetail, 'startStepList', resp.data.startStepList.name); this.$set(this.applicationDetail, 'endStepList', resp.data.endStepList.name); - console.info(this.applicationDetail); }); //this.initData(); break; diff --git a/打包.bat b/打包.bat index 8f786c02..7cad4762 100644 --- a/打包.bat +++ b/打包.bat @@ -1,7 +1,7 @@ @echo off -D: -cd D:\workspace\code\nsgk_mobile +E: +cd E:\nsgk_mobile @@ -11,4 +11,4 @@ npm run build @echo SUCCESS -pause \ No newline at end of file +pause