花名册列定制修改
This commit is contained in:
parent
51937a5ba8
commit
b33394f52b
|
|
@ -475,6 +475,7 @@ export class ResourceStore extends HrmBaseStore{
|
||||||
@action("tab显示列定制点击") openCustomDialog = () => {
|
@action("tab显示列定制点击") openCustomDialog = () => {
|
||||||
this.search = false;
|
this.search = false;
|
||||||
this.searchDialog.visible = true;
|
this.searchDialog.visible = true;
|
||||||
|
this.getTemplateSelectKeys(this.customTemplateId)
|
||||||
}
|
}
|
||||||
|
|
||||||
@action("列定制模板") getSearchTemplate = (customTemplateId) => {
|
@action("列定制模板") getSearchTemplate = (customTemplateId) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue