mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:02:46 +00:00
fix: execution
This commit is contained in:
parent
0ee4b7fae2
commit
471ac59f29
|
|
@ -709,7 +709,7 @@ import { isWorkFlow } from '@/utils/application'
|
|||
|
||||
const props = defineProps<{
|
||||
detail?: any[]
|
||||
type: string
|
||||
type?: string
|
||||
}>()
|
||||
|
||||
const current = ref<number | string>('')
|
||||
|
|
|
|||
Loading…
Reference in New Issue