From 9a6998409d98077f025b8658d3f6ec6d34a147f4 Mon Sep 17 00:00:00 2001 From: shane <88386378@qq.com> Date: Tue, 10 Aug 2021 22:51:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8F=90=E4=BA=A4=E7=96=AB?= =?UTF-8?q?=E6=83=85=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/reportInfoDetail/reportInfoDetail.vue | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/pages/reportInfoDetail/reportInfoDetail.vue b/pages/reportInfoDetail/reportInfoDetail.vue index 5a48e18..6e3a79c 100644 --- a/pages/reportInfoDetail/reportInfoDetail.vue +++ b/pages/reportInfoDetail/reportInfoDetail.vue @@ -60,9 +60,9 @@ */ onLoad: function(options) { let that = this; - this.qaId = options.qaId; + this.settingId = options.settingId; querySettingTitle({ - qaId: this.qaId, + settingId: this.settingId, page: 1, row: 100 }) @@ -146,11 +146,9 @@ }) let obj = { - "qaId": this.qaId, - "objType": this.objType, - "objId": context.getUserInfo().communityId, - "answerType": '1002', - questionAnswerTitles: _questionAnswerTitles + "settingId": this.settingId, + "communityId": context.getUserInfo().communityId, + "questionAnswerTitles": _questionAnswerTitles } saveReportInfoAnswerValue(obj) .then(_data => {