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 @@
-
-
- -
-