diff --git a/pc4mobx/organization/stores/fieldDefined.js b/pc4mobx/organization/stores/fieldDefined.js index 8ada3bd..d034da6 100644 --- a/pc4mobx/organization/stores/fieldDefined.js +++ b/pc4mobx/organization/stores/fieldDefined.js @@ -1,7 +1,7 @@ /** * @Author: 程亮 * @Date: 2022-06-09 10:16:00 - * @LastEditTime: 2022-06-13 15:06:29 + * @LastEditTime: 2022-06-13 16:55:34 * @Description: * @FilePath: /trunk/src4js/pc4mobx/organization/stores/fieldDefined.js */ @@ -1501,14 +1501,14 @@ export class FieldDefinedStore extends HrmBaseStore { this.tableEditConfig.childInfoSetting.showTitle = true; this.tableEditConfig.childInfoSetting.showAdd = true; this.tableEditConfig.childInfoSetting.showDelete = true; - this.selectedTreeNodeInfo.domid != '-1' && t.topButtonDef.push({ - comType: 'button', - type: 'primary', - onClickHandle: this.doChildInfoSetting, - label: i18n.button.childInfoMaintain(), - icon: this.menuIconCollection.setting, - checkAction: 'childInfoOperability' - }); + // this.selectedTreeNodeInfo.domid != '-1' && t.topButtonDef.push({ + // comType: 'button', + // type: 'primary', + // onClickHandle: this.doChildInfoSetting, + // label: i18n.button.childInfoMaintain(), + // icon: this.menuIconCollection.setting, + // checkAction: 'childInfoOperability' + // }); } else { this.tableEditConfig.childInfoSetting.showTitle = false; this.tableEditConfig.childInfoSetting.showAdd = false;