|
|
@ -111,14 +111,8 @@ export default { |
|
|
|
list: [], |
|
|
|
}; |
|
|
|
}, |
|
|
|
watch: { |
|
|
|
"$route.query.countType" () { |
|
|
|
if(this.$route.path === '/dataBoard/satisfactionEval/potentialPeople') { |
|
|
|
this.getList(); |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
mounted() { |
|
|
|
|
|
|
|
activated() { |
|
|
|
this.getOrg(); |
|
|
|
}, |
|
|
|
methods: { |
|
|
@ -149,6 +143,7 @@ export default { |
|
|
|
}, |
|
|
|
getList() { |
|
|
|
this.loading = true |
|
|
|
console.log(this.$route.query.countType) |
|
|
|
let params = { |
|
|
|
...this.queryParams, |
|
|
|
countType: this.$route.query.countType |
|
|
|