File tree Expand file tree Collapse file tree 2 files changed +0
-154
lines changed Expand file tree Collapse file tree 2 files changed +0
-154
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 60
60
>
61
61
<Icon icon =" ep:plus" class =" mr-5px" /> 新建流程
62
62
</el-button >
63
- <el-button type =" success" plain @click =" openImportForm" v-hasPermi =" ['bpm:model:import']" >
64
- <Icon icon =" ep:upload" class =" mr-5px" /> 导入流程
65
- </el-button >
66
63
</el-form-item >
67
64
</el-form >
68
65
</ContentWrap >
215
212
<!-- 表单弹窗:添加/修改流程 -->
216
213
<ModelForm ref =" formRef" @success =" getList" />
217
214
218
- <!-- 表单弹窗:导入流程 -->
219
- <ModelImportForm ref =" importFormRef" @success =" getList" />
220
-
221
215
<!-- 弹窗:表单详情 -->
222
216
<Dialog title =" 表单详情" v-model =" formDetailVisible" width =" 800" >
223
217
<form-create :rule =" formDetailPreview.rule" :option =" formDetailPreview.option" />
@@ -241,7 +235,6 @@ import { MyProcessViewer } from '@/components/bpmnProcessDesigner/package'
241
235
import * as ModelApi from ' @/api/bpm/model'
242
236
import * as FormApi from ' @/api/bpm/form'
243
237
import ModelForm from ' ./ModelForm.vue'
244
- import ModelImportForm from ' @/views/bpm/model/ModelImportForm.vue'
245
238
import { setConfAndFields2 } from ' @/utils/formCreate'
246
239
import { CategoryApi } from ' @/api/bpm/category'
247
240
@@ -294,12 +287,6 @@ const openForm = (type: string, id?: number) => {
294
287
formRef .value .open (type , id )
295
288
}
296
289
297
- /** 添加/修改操作 */
298
- const importFormRef = ref ()
299
- const openImportForm = () => {
300
- importFormRef .value .open ()
301
- }
302
-
303
290
/** 删除按钮操作 */
304
291
const handleDelete = async (id : number ) => {
305
292
try {
You can’t perform that action at this time.
0 commit comments