From 7b3196d8987dc2795413e99d7b596f103541b490 Mon Sep 17 00:00:00 2001
From: 1098226878 <1098226878@qq.com>
Date: Thu, 26 Aug 2021 17:05:51 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E7=96=AB=E6=83=85=E4=B8=8A?=
=?UTF-8?q?=E6=8A=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../reportInfoAnswerManage.html | 8 ++++++++
.../reportInfoAnswerManage.js | 8 ++++++--
.../reportInfoAnswerValueManage.html | 14 ++++----------
3 files changed, 18 insertions(+), 12 deletions(-)
diff --git a/public/pages/property/reportInfoAnswerManage/reportInfoAnswerManage.html b/public/pages/property/reportInfoAnswerManage/reportInfoAnswerManage.html
index 7d0a5e84d..e56392f87 100644
--- a/public/pages/property/reportInfoAnswerManage/reportInfoAnswerManage.html
+++ b/public/pages/property/reportInfoAnswerManage/reportInfoAnswerManage.html
@@ -47,6 +47,14 @@
+
diff --git a/public/pages/property/reportInfoAnswerManage/reportInfoAnswerManage.js b/public/pages/property/reportInfoAnswerManage/reportInfoAnswerManage.js
index 9d024dc4f..f25b2f2f1 100644
--- a/public/pages/property/reportInfoAnswerManage/reportInfoAnswerManage.js
+++ b/public/pages/property/reportInfoAnswerManage/reportInfoAnswerManage.js
@@ -12,7 +12,10 @@
records: 1,
moreCondition: false,
reportInfoSettings: [],
- settingId:''
+ settingId:'',
+ communityId:vc.getCurrentCommunity().communityId,
+ personId: '',
+ personName: ''
}
},
_initMethod: function () {
@@ -57,6 +60,7 @@
}
});
+ vc.component.userQuestionAnswerManageInfo.moreCondition = true;
}, function (errInfo, error) {
console.log('请求失败处理');
}
@@ -110,7 +114,7 @@
},
_saveUserQuestionAnswer: function () {
vc.http.apiPost(
- '/userQuestionAnswer/saveUserQuestionAnswerValue',
+ '/reportInfoAnswerValue/saveReportInfoAnswerValue',
JSON.stringify(vc.component.userQuestionAnswerManageInfo),
{
emulateJSON: true
diff --git a/public/pages/property/reportInfoAnswerValueManage/reportInfoAnswerValueManage.html b/public/pages/property/reportInfoAnswerValueManage/reportInfoAnswerValueManage.html
index dbaac8dbf..029e58dd3 100644
--- a/public/pages/property/reportInfoAnswerValueManage/reportInfoAnswerValueManage.html
+++ b/public/pages/property/reportInfoAnswerValueManage/reportInfoAnswerValueManage.html
@@ -10,12 +10,6 @@