Browse Source

不满意风险人员添加筛选

feature
duanliangtao 2 years ago
parent
commit
840355cff6
  1. 6
      src/views/dataBoard/overview/components/jdjs.vue
  2. 4
      src/views/dataBoard/overview/potentialPeople/index.vue

6
src/views/dataBoard/overview/components/jdjs.vue

@ -29,7 +29,7 @@
<div class="f-flex white f-mean">
<div class="f-hflex" @click="
$router.push(
`/dataBoard/overview/potentialPeople?orgId=${currentLevelData.orgId}&level=${currentLevelData.orgLevel}&satisfactionSource=satisfaction_12345`
`/dataBoard/overview/potentialPeople?orgId=${currentLevelData.orgId}&level=${currentLevelData.orgLevel}`
)
">
<div><span class="f-pingfang">12345热线<br/>投诉人数</span></div>
@ -37,7 +37,7 @@
</div>
<div class="f-hflex" @click="
$router.push(
`/dataBoard/overview/potentialPeople?orgId=${currentLevelData.orgId}&level=${currentLevelData.orgLevel}&satisfactionSource=satisfaction_province`
`/dataBoard/overview/potentialPeople?orgId=${currentLevelData.orgId}&level=${currentLevelData.orgLevel}`
)
">
<div><span class="f-pingfang">满意度调查<br/>不满意人数</span></div>
@ -45,7 +45,7 @@
</div>
<div class="f-hflex" @click="
$router.push(
`/dataBoard/overview/potentialPeople?orgId=${currentLevelData.orgId}&level=${currentLevelData.orgLevel}&satisfactionSource=satisfaction_community`
`/dataBoard/overview/potentialPeople?orgId=${currentLevelData.orgId}&level=${currentLevelData.orgLevel}`
)
">
<div><span class="f-pingfang">社区自评<br/>不满意人数</span></div>

4
src/views/dataBoard/overview/potentialPeople/index.vue

@ -8,7 +8,6 @@
v-model="queryParams.agencyId"
size="small"
placeholder="按组织"
v-if="this.$route.query.type != 'shuji'"
>
<el-option
v-for="item in orgOptions"
@ -22,7 +21,6 @@
v-model="queryParams.satisfactionSource"
size="small"
placeholder="按类型"
v-else
>
<el-option
v-for="item in orgOptionsC"
@ -227,9 +225,7 @@ export default {
console.log(this.queryParams);
let params = {
...this.queryParams,
// satisfactionSource: this.$route.query.satisfactionSource,
};
console.log(params);
this.$http
.get(
"/governance/satisfactionDetailList/getDissatisfiedCountDetail?" +

Loading…
Cancel
Save