File tree Expand file tree Collapse file tree 3 files changed +0
-449
lines changed Expand file tree Collapse file tree 3 files changed +0
-449
lines changed Original file line number Diff line number Diff line change 243
243
</div >
244
244
</template >
245
245
</Dialog >
246
-
247
- <!-- 表单弹窗:添加流程模型 -->
248
- <ModelForm :categoryId =" categoryInfo.code" ref =" modelFormRef" @success =" emit('success')" />
249
246
</template >
250
247
251
248
<script lang="ts" setup>
252
- import ModelForm from ' ./ModelForm.vue'
253
249
import { CategoryApi , CategoryVO } from ' @/api/bpm/category'
254
250
import Sortable from ' sortablejs'
255
251
import { propTypes } from ' @/utils/propTypes'
@@ -501,7 +497,6 @@ const handleDeleteCategory = async () => {
501
497
502
498
/** 添加流程模型弹窗 */
503
499
const tagsView = useTagsView ()
504
- const modelFormRef = ref ()
505
500
const openModelForm = async (type : string , id ? : number ) => {
506
501
if (type === ' create' ) {
507
502
await push ({ name: ' BpmModelCreate' })
You can’t perform that action at this time.
0 commit comments