Skip to content

Commit 39da811

Browse files
committed
【代码优化】Bpm:移除废弃的 ModelForm.vue
1 parent 99790ba commit 39da811

File tree

3 files changed

+0
-449
lines changed

3 files changed

+0
-449
lines changed

src/views/bpm/model/CategoryDraggableModel.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,9 @@
243243
</div>
244244
</template>
245245
</Dialog>
246-
247-
<!-- 表单弹窗:添加流程模型 -->
248-
<ModelForm :categoryId="categoryInfo.code" ref="modelFormRef" @success="emit('success')" />
249246
</template>
250247

251248
<script lang="ts" setup>
252-
import ModelForm from './ModelForm.vue'
253249
import { CategoryApi, CategoryVO } from '@/api/bpm/category'
254250
import Sortable from 'sortablejs'
255251
import { propTypes } from '@/utils/propTypes'
@@ -501,7 +497,6 @@ const handleDeleteCategory = async () => {
501497
502498
/** 添加流程模型弹窗 */
503499
const tagsView = useTagsView()
504-
const modelFormRef = ref()
505500
const openModelForm = async (type: string, id?: number) => {
506501
if (type === 'create') {
507502
await push({ name: 'BpmModelCreate' })

0 commit comments

Comments
 (0)