From ce0f6edba6606e12cfde5e995915dbd71d58b418 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 26 Aug 2024 13:07:33 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E7=AE=80=E5=8C=96?= =?UTF-8?q?=E3=80=91=E5=B7=A5=E4=BD=9C=E6=B5=81=EF=BC=9A=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E2=80=9C=E5=AF=BC=E5=85=A5=E2=80=9D=E6=B5=81=E7=A8=8B=E7=9A=84?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=EF=BC=8C=E5=8E=9F=E7=94=9F=20bpmn=20?= =?UTF-8?q?=E8=AE=BE=E8=AE=A1=E5=99=A8=EF=BC=8C=E5=B7=B2=E7=BB=8F=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bpm/model/ModelImportForm.vue | 141 ------------------------ src/views/bpm/model/index.vue | 13 --- 2 files changed, 154 deletions(-) delete mode 100644 src/views/bpm/model/ModelImportForm.vue diff --git a/src/views/bpm/model/ModelImportForm.vue b/src/views/bpm/model/ModelImportForm.vue deleted file mode 100644 index 9a91e1d5..00000000 --- a/src/views/bpm/model/ModelImportForm.vue +++ /dev/null @@ -1,141 +0,0 @@ - - diff --git a/src/views/bpm/model/index.vue b/src/views/bpm/model/index.vue index eec116fc..d827a439 100644 --- a/src/views/bpm/model/index.vue +++ b/src/views/bpm/model/index.vue @@ -60,9 +60,6 @@ > 新建流程 - - 导入流程 - @@ -215,9 +212,6 @@ - - - @@ -241,7 +235,6 @@ import { MyProcessViewer } from '@/components/bpmnProcessDesigner/package' import * as ModelApi from '@/api/bpm/model' import * as FormApi from '@/api/bpm/form' import ModelForm from './ModelForm.vue' -import ModelImportForm from '@/views/bpm/model/ModelImportForm.vue' import { setConfAndFields2 } from '@/utils/formCreate' import { CategoryApi } from '@/api/bpm/category' @@ -294,12 +287,6 @@ const openForm = (type: string, id?: number) => { formRef.value.open(type, id) } -/** 添加/修改操作 */ -const importFormRef = ref() -const openImportForm = () => { - importFormRef.value.open() -} - /** 删除按钮操作 */ const handleDelete = async (id: number) => { try {