|
@ -4,7 +4,7 @@ |
|
|
<div class="title-bg"> |
|
|
<div class="title-bg"> |
|
|
<div style="margin: 0 10px; color:#fff">尊敬的用户:您好!</div> |
|
|
<div style="margin: 0 10px; color:#fff">尊敬的用户:您好!</div> |
|
|
<p style="font-size:16px; margin: 0 0 0 10px; color:#fff; text-indent:2em"> |
|
|
<p style="font-size:16px; margin: 0 0 0 10px; color:#fff; text-indent:2em"> |
|
|
我们是沈阳燃气集团有限公司委托了第三方市场调研机构,正在进行2022年度用户满意度调查,希望了解您对沈阳燃气集团服务的满意程度和要求,从而使沈阳燃气集团能够更好地改进工作,点燃生活点亮未来。</p> |
|
|
|
|
|
|
|
|
我们是沈阳燃气集团有限公司委托了第三方市场调研机构,正在进行{{surveyyear}}年度用户满意度调查,希望了解您对沈阳燃气集团服务的满意程度和要求,从而使沈阳燃气集团能够更好地改进工作,点燃生活点亮未来。</p> |
|
|
<!-- <div style="text-align:right; color:#fff">沈阳燃气集团有限公司</div> --> |
|
|
<!-- <div style="text-align:right; color:#fff">沈阳燃气集团有限公司</div> --> |
|
|
<br> |
|
|
<br> |
|
|
<div class="question-area" v-show="!question"> |
|
|
<div class="question-area" v-show="!question"> |
|
@ -321,6 +321,7 @@ export default { |
|
|
name: 'Question', |
|
|
name: 'Question', |
|
|
data() { |
|
|
data() { |
|
|
return { |
|
|
return { |
|
|
|
|
|
surveyyear:'', |
|
|
data: [], |
|
|
data: [], |
|
|
open: false, |
|
|
open: false, |
|
|
flag: false, |
|
|
flag: false, |
|
@ -373,6 +374,7 @@ export default { |
|
|
cnr: data.cnr, |
|
|
cnr: data.cnr, |
|
|
cid: data.cid |
|
|
cid: data.cid |
|
|
}).then((res) => { |
|
|
}).then((res) => { |
|
|
|
|
|
this.surveyyear=res.data.surveyyear; |
|
|
this.data = res.data.valst || []; |
|
|
this.data = res.data.valst || []; |
|
|
this.submitParams.surveysheetid= data.surveysheetid, |
|
|
this.submitParams.surveysheetid= data.surveysheetid, |
|
|
this.submitParams.cnr= data.cid, |
|
|
this.submitParams.cnr= data.cid, |
|
|