- 户型类型
+ 户类型
{{ $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('请输入走访内容')