!841 修复:BoardProcessModal中加工组标签的错误

pull/841/MERGE
肖诗雅 5 years ago committed by ChenX
parent f04eef1beb
commit 45bb170600

@ -141,7 +141,7 @@ export class BoardProcessModal extends React.Component<BoardProcessProps, {}>{
};
private updateTags = () =>
{
if (this.props.br)
if (this.props.br?.Template)
{
if (this.props.br.Template.Object instanceof TemplateWineRackRecord)
{

Loading…
Cancel
Save