diff --git a/src/views/dataBoard/satisfactionEval/modules/PersonnelPortrait/index.vue b/src/views/dataBoard/satisfactionEval/modules/PersonnelPortrait/index.vue index 0718b6eed..63001e976 100644 --- a/src/views/dataBoard/satisfactionEval/modules/PersonnelPortrait/index.vue +++ b/src/views/dataBoard/satisfactionEval/modules/PersonnelPortrait/index.vue @@ -143,8 +143,8 @@ export default { }, }, mounted() { + this.getDisKey(); if (this.$store.state.chooseArea.chooseName.orgId) { - this.getDisKey(); this.getData(); } },