From 81db42adca56bc3aaa77e83128167b40e5a96242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=98=E7=AB=8B=E6=A0=87?= <2658037827@qq.com> Date: Fri, 13 Oct 2023 13:40:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E4=B8=8D?= =?UTF-8?q?=E6=BB=A1=E6=84=8F=E4=BA=BA=E5=91=98=E7=94=BB=E5=83=8F=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E6=9E=9A=E4=B8=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../satisfactionEval/modules/PersonnelPortrait/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } },