浏览代码

fix:移除多余的注释

lizhixian 6 月之前
父节点
当前提交
253678a949
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/components/SimpleProcessDesignerV2/src/SimpleProcessDesigner.vue

+ 0 - 1
src/components/SimpleProcessDesignerV2/src/SimpleProcessDesigner.vue

@@ -168,7 +168,6 @@ onMounted(async () => {
       const bpmnModel = await getModel(props.modelId)
       if (bpmnModel) {
         formType.value = bpmnModel.formType
-        //fix 解决修改时流程模型时formId为空报错问题
         if (formType.value === BpmModelFormType.CUSTOM && bpmnModel.formId) {
           const bpmnForm = (await getForm(bpmnModel.formId)) as unknown as FormVO
           formFields.value = bpmnForm?.fields