Skip to content

Commit 3ba5cb4

Browse files
committed
chore: 乱码文字恢复
1 parent a8c1fd4 commit 3ba5cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SimpleProcessDesignerV2/src/SimpleProcessDesigner.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const saveSimpleFlowModel = async (simpleModelNode: SimpleFlowNode) => {
135135
}
136136
}
137137
138-
// ���验节点设置。 暂时以 showText 为空 未节点错误配置
138+
// 校验节点设置。 暂时以 showText 为空 未节点错误配置
139139
const validateNode = (node: SimpleFlowNode | undefined, errorNodes: SimpleFlowNode[]) => {
140140
if (node) {
141141
const { type, showText, conditionNodes } = node

0 commit comments

Comments
 (0)