mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-12 15:21:10 +00:00
【代码评审】BPM:流程编辑
This commit is contained in:
@@ -17,7 +17,7 @@ defineOptions({
|
||||
name: 'SimpleModelDesign'
|
||||
})
|
||||
|
||||
const props = defineProps<{
|
||||
defineProps<{
|
||||
modelId?: string
|
||||
modelKey?: string
|
||||
modelName?: string
|
||||
@@ -34,17 +34,5 @@ const handleSuccess = (data?: any) => {
|
||||
emit('success', data)
|
||||
}
|
||||
}
|
||||
|
||||
// 组件创建时初始化数据
|
||||
onMounted(() => {
|
||||
})
|
||||
|
||||
// 组件卸载前保存数据
|
||||
onBeforeUnmount(async () => {
|
||||
|
||||
})
|
||||
|
||||
defineExpose({
|
||||
})
|
||||
</script>
|
||||
<style lang="scss" scoped></style>
|
||||
|
||||
Reference in New Issue
Block a user