mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化提交疫情上报
This commit is contained in:
parent
5445b81dcf
commit
9a6998409d
@ -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 => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user