pull/439/MERGE
ZoeLeeFZ 5 years ago committed by ChenX
parent c7eb5454f5
commit 1eac8c11bb

@ -219,6 +219,8 @@ export class DoorDrawerStore extends BoardStore
}
UpdateOption(cof: IConfigOption)
{
//防止柜名被保存的数据覆盖
cof.option["boardName"] = this.m_Option.boardName;
super.UpdateOption(cof);
if (this.m_Option.isAuto)
{

Loading…
Cancel
Save