diff --git a/project/xiushan/apps/financing/AppFinancingNeeds/AppFinancingNeeds.vue b/project/xiushan/apps/financing/AppFinancingNeeds/AppFinancingNeeds.vue index 93136055..8ec300f1 100644 --- a/project/xiushan/apps/financing/AppFinancingNeeds/AppFinancingNeeds.vue +++ b/project/xiushan/apps/financing/AppFinancingNeeds/AppFinancingNeeds.vue @@ -1,28 +1,12 @@ diff --git a/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue b/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue index 2ad869f3..8c5bb616 100644 --- a/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue +++ b/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue @@ -64,7 +64,6 @@ export default { instance: Function, dict: Object, permissions: Function, - row: Object, }, computed: { ...mapState(['user']), @@ -81,7 +80,7 @@ export default { }, methods: { getDetail() { - let {id} = this.row + let {id} = this.$route.query this.instance.post("/appfinancingdemand/queryDetailById", null, { params: {id} }).then(res => { @@ -113,7 +112,7 @@ export default { }).catch(() => 0) }, back() { - this.$emit('goBack') + this.$router.push({}) } }, created() { diff --git a/project/xiushan/apps/financing/AppFinancingNeeds/needsList.vue b/project/xiushan/apps/financing/AppFinancingNeeds/needsList.vue index 9d1d935d..2cac8719 100644 --- a/project/xiushan/apps/financing/AppFinancingNeeds/needsList.vue +++ b/project/xiushan/apps/financing/AppFinancingNeeds/needsList.vue @@ -1,10 +1,15 @@