From b33394f52b255fc30baf799d69f3f71fc6ef60d8 Mon Sep 17 00:00:00 2001 From: Chengliang <1546584672@qq.com> Date: Tue, 27 May 2025 16:55:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8A=B1=E5=90=8D=E5=86=8C=E5=88=97=E5=AE=9A?= =?UTF-8?q?=E5=88=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/organization/stores/resource.js | 1 + 1 file changed, 1 insertion(+) diff --git a/pc4mobx/organization/stores/resource.js b/pc4mobx/organization/stores/resource.js index 14a7b7f..cf4d919 100644 --- a/pc4mobx/organization/stores/resource.js +++ b/pc4mobx/organization/stores/resource.js @@ -475,6 +475,7 @@ export class ResourceStore extends HrmBaseStore{ @action("tab显示列定制点击") openCustomDialog = () => { this.search = false; this.searchDialog.visible = true; + this.getTemplateSelectKeys(this.customTemplateId) } @action("列定制模板") getSearchTemplate = (customTemplateId) => {