Browse Source

参数调整

shenyangGas
lingxiao 2 years ago
parent
commit
9b69b9c6c2
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/views/questionnaire/question.vue

+ 2
- 0
src/views/questionnaire/question.vue View File

@ -374,6 +374,8 @@ export default {
cid: data.cid cid: data.cid
}).then((res) => { }).then((res) => {
this.data = res.data.valst || []; this.data = res.data.valst || [];
this.submitParams.surveysheetid= data.surveysheetid,
this.submitParams.cnr= data.cid,
this.data.forEach((item) => { this.data.forEach((item) => {
if (item.subjecttype === '单选题') { if (item.subjecttype === '单选题') {
this.$set(item, 'radio', '') this.$set(item, 'radio', '')


Loading…
Cancel
Save