fix: properties => update property assignment to use index instead of push for better handling
This commit is contained in:
parent
363779a2bc
commit
c68cbffb9c
2 changed files with 9 additions and 10 deletions
|
|
@ -315,7 +315,6 @@ function triggerPropertiesDialog(step: WorkFlowPayloadStep) {
|
|||
v-model:user-in-table="userInTable"
|
||||
v-model:flow-data="flowData"
|
||||
v-model:register-branch-id="registerBranchId"
|
||||
v-model:messenger-by-area="messengerByArea"
|
||||
@change-status="$emit('changeStatus')"
|
||||
@trigger-properties="triggerPropertiesDialog"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue