From 8350a2b6ccc7864358ad2bf3b409642f20bfe592 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Thu, 21 Jul 2022 17:02:35 +0800 Subject: [PATCH] bug --- src/apps/AppHelpEffect/AppHelpEffect.vue | 6 ++++-- src/apps/AppHelpEffect/addLog.vue | 8 ++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/apps/AppHelpEffect/AppHelpEffect.vue b/src/apps/AppHelpEffect/AppHelpEffect.vue index b286b234..7dd0a6c6 100644 --- a/src/apps/AppHelpEffect/AppHelpEffect.vue +++ b/src/apps/AppHelpEffect/AppHelpEffect.vue @@ -6,6 +6,7 @@
+ {{ areaName }} 所在地区 @@ -14,7 +15,7 @@
- 户型类型 + 户类型 {{ $dict.getLabel('fpHouseType', houseType) }} @@ -90,7 +91,7 @@ export default { this.getList() }, getList() { - this.$http.post('/app/appgirdmemberpoverty/listByGirdMember', null, { + this.$http.post('/app/apppreventionreturntopoverty/list', null, { params: { current: this.current, name: this.name, @@ -113,6 +114,7 @@ export default { }, onShow() { document.title = '帮扶成效' + this.areaId = this.user.areaId this.getList() } } diff --git a/src/apps/AppHelpEffect/addLog.vue b/src/apps/AppHelpEffect/addLog.vue index f5274bb2..5d43c26d 100644 --- a/src/apps/AppHelpEffect/addLog.vue +++ b/src/apps/AppHelpEffect/addLog.vue @@ -6,7 +6,7 @@
- * + *

{{type == 1 ? '帮扶内容' : '走访内容'}}

@@ -72,9 +72,9 @@ export default { if (!this.operationDesc) { return this.$u.toast('请选择帮扶类型') } - if (!this.detail) { - return this.$u.toast('请输入帮扶内容') - } + // if (!this.detail) { + // return this.$u.toast('请输入帮扶内容') + // } } else { if (!this.detail) { return this.$u.toast('请输入走访内容')