mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-11 06:07:24 +08:00
优化提交疫情上报
This commit is contained in:
parent
5445b81dcf
commit
9a6998409d
@ -60,9 +60,9 @@
|
|||||||
*/
|
*/
|
||||||
onLoad: function(options) {
|
onLoad: function(options) {
|
||||||
let that = this;
|
let that = this;
|
||||||
this.qaId = options.qaId;
|
this.settingId = options.settingId;
|
||||||
querySettingTitle({
|
querySettingTitle({
|
||||||
qaId: this.qaId,
|
settingId: this.settingId,
|
||||||
page: 1,
|
page: 1,
|
||||||
row: 100
|
row: 100
|
||||||
})
|
})
|
||||||
@ -146,11 +146,9 @@
|
|||||||
})
|
})
|
||||||
|
|
||||||
let obj = {
|
let obj = {
|
||||||
"qaId": this.qaId,
|
"settingId": this.settingId,
|
||||||
"objType": this.objType,
|
"communityId": context.getUserInfo().communityId,
|
||||||
"objId": context.getUserInfo().communityId,
|
"questionAnswerTitles": _questionAnswerTitles
|
||||||
"answerType": '1002',
|
|
||||||
questionAnswerTitles: _questionAnswerTitles
|
|
||||||
}
|
}
|
||||||
saveReportInfoAnswerValue(obj)
|
saveReportInfoAnswerValue(obj)
|
||||||
.then(_data => {
|
.then(_data => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user