Browse Source

Merge pull request '问卷字段调整' (#11) from liwei into develop

Reviewed-on: http://101.201.121.115:3000/leo/Saisiwei_WEB/pulls/11
develop
wangxy 3 years ago
parent
commit
0cb05b6d93
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/questionnaire/satis/score.vue

+ 1
- 1
src/views/questionnaire/satis/score.vue View File

@ -217,7 +217,7 @@ export default {
},
getSatisData() {
this.fullscreenLoading = true
getSatisfactionData(this.queryParams).then(
getSatisfactionData({...this.queryParams, year: moment(this.queryParams.year).format('YYYY')}).then(
res => {
this.fullscreenLoading = false
if (res.code == 200) {


Loading…
Cancel
Save