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