fix: workflow => update model value detail
This commit is contained in:
parent
34cc97e51b
commit
0686e0b318
1 changed files with 1 additions and 0 deletions
|
|
@ -396,6 +396,7 @@ onMounted(async () => {
|
|||
outlined
|
||||
:label="$t('general.detail')"
|
||||
:model-value="!readonly ? step.detail : step.detail || '-'"
|
||||
@update:model-value="(v) => (step.detail = v?.toString())"
|
||||
/>
|
||||
|
||||
<div class="col-6">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue