+
-
+
{{ gender==='1'?'男':gender==='2'?'女':gender==='0'?'未知':'' }}
@@ -77,13 +77,15 @@ export default {
watch: {
"$store.state.chooseArea.chooseName"(val) {
if (val.orgId) {
- this.getDisKey()
+ // this.getDisKey()
+ this.getData();
}
}
},
mounted() {
if (this.$store.state.chooseArea.chooseName.orgId) {
- this.getDisKey()
+ // this.getDisKey()
+ this.getData();
}
},
methods: {
@@ -98,7 +100,6 @@ export default {
this.$http.post('/sys/dict/data/dictlist', {'dictType': 'satisfaction_category'}).then(({data: {data}}) => {
this.typeCondition = data[0].value
this.typeConditionList = data
- this.getData();
})
},
getData() {
diff --git a/src/views/dataBoard/satisfactionEval/modules/SelfTrend/index.vue b/src/views/dataBoard/satisfactionEval/modules/SelfTrend/index.vue
index 9cb614f1d..eb2ab027e 100644
--- a/src/views/dataBoard/satisfactionEval/modules/SelfTrend/index.vue
+++ b/src/views/dataBoard/satisfactionEval/modules/SelfTrend/index.vue
@@ -187,7 +187,7 @@ export default {
yAxis: [
{
type: 'value',
- name: '单位:人',
+ name: '单位:' + (this.trendType === 1 ? '人' : '得分'),
nameLocation: 'end',
splitLine: {
show: true,
diff --git a/src/views/dataBoard/satisfactionEval/modules/TypesOfDissatisfaction/index.vue b/src/views/dataBoard/satisfactionEval/modules/TypesOfDissatisfaction/index.vue
index 57d90f0d6..bdd3fe289 100644
--- a/src/views/dataBoard/satisfactionEval/modules/TypesOfDissatisfaction/index.vue
+++ b/src/views/dataBoard/satisfactionEval/modules/TypesOfDissatisfaction/index.vue
@@ -138,7 +138,7 @@ export default {
}
let legendName = ['省满意度调查\n各项不满意人数', '社区满意度自查\n各项不满意人数']
let series = [{
- name: "省满意度调查\n各项不满意人数",
+ name: this.resultType === 2?'12345热线\n事件上报人数':"省满意度调查\n各项不满意人数",
type: "radar",
symbol: "circle",
symbolSize: 7,
@@ -161,7 +161,7 @@ export default {
data: [datavaule]
}]
if (this.resultType === 2) {
- legendName = ['省满意度调查\n各项不满意人数']
+ legendName = ['12345热线\n事件上报人数']
} else {
series.push({
name: "社区满意度自查\n各项不满意人数",