Skip to content

Commit 253678a

Browse files
committed
fix:移除多余的注释
1 parent 9a233ab commit 253678a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/SimpleProcessDesignerV2/src/SimpleProcessDesigner.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ onMounted(async () => {
168168
const bpmnModel = await getModel(props.modelId)
169169
if (bpmnModel) {
170170
formType.value = bpmnModel.formType
171-
//fix 解决修改时流程模型时formId为空报错问题
172171
if (formType.value === BpmModelFormType.CUSTOM && bpmnModel.formId) {
173172
const bpmnForm = (await getForm(bpmnModel.formId)) as unknown as FormVO
174173
formFields.value = bpmnForm?.fields

0 commit comments

Comments
 (0)