From b604ce3520a67a9d72e964ca13509f8ac45be253 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Mon, 29 Jan 2024 14:16:18 +0800 Subject: [PATCH] fix 81412 --- src/components/selection/UserSelectModal.vue | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/components/selection/UserSelectModal.vue b/src/components/selection/UserSelectModal.vue index 41914f5d..730f074b 100644 --- a/src/components/selection/UserSelectModal.vue +++ b/src/components/selection/UserSelectModal.vue @@ -180,15 +180,12 @@ export default { } } }, - mounted () { - this.getSysCategoryTree() - this.initRoleList() - this.loadData() - }, methods: { open (value) { - this.visible = true + this.getSysCategoryTree() + this.initRoleList() this.loadData() + this.visible = true if (value) { this.selectedRowKeys = value.split(',') this.getUserListByIds(value)