!2033 修复:模板参数列表丢失

pull/2039/head
林三 2 years ago committed by ChenX
parent 121824247f
commit 23beab2b49

@ -819,6 +819,7 @@ export class TemplateManage extends React.Component<ITemplateManage, {}> {
editor={this.handleEditor}
cabOption={this.option}
insert={this.handleInsert}
isShowDetail={true}
/>
{
this.canCreateTemplate.get() && <HandleDirComponent

@ -48,7 +48,7 @@ export interface ITemplateListProps
insert?: (bool: boolean) => void;
searchStr?: string;
searchDir?: boolean;
isShowDetail?: boolean;
isShowDetail?: boolean;//显示参数列表
}
export interface ITempItemBack

Loading…
Cancel
Save