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) => {