修复:点击隐藏节点模块时,无法更新模块参数

iostest
ChenX 4 weeks ago
parent 78a3b0937e
commit 1f8ff56c7c

@ -213,7 +213,7 @@ export class TemplateParamPanelStore
if (oldRecord !== newRecord)
{
this._displayTemplateId = record.Id.Index;
this._displayTemplateId = newRecord.Id.Index;
AppToaster.show({
message: `您选择了隐藏的模块{${oldRecord.Name}},自动切换为未隐藏的模块:${newRecord.Name}`,
timeout: 5000,

Loading…
Cancel
Save