!3072 修复:矩形变板件收口条模板切换配置模板未生效

pull/3071/MERGE
黄诗津 4 weeks ago committed by ChenX
parent 998430c141
commit 45163e6ce1

@ -245,7 +245,7 @@ export class Rec2BrModal extends React.Component<{ store: Rec2BrStore; }, {}>
{
const CheckSkt = async (direction: string, templateId: string, template: string) =>
{
if (option[templateId] && SktTemplates[template] === null)
if (option[templateId])
{
let sktTemp = await GetOnlineTemplate(option[templateId], [], false);
if (!sktTemp)

Loading…
Cancel
Save