feat: add properties fields for worker status and work type in option.json
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
This commit is contained in:
parent
22f9b43c38
commit
15ac91b30f
2 changed files with 85 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ function confirmDelete(items: unknown[], index: number) {
|
|||
}
|
||||
|
||||
function assignTemp() {
|
||||
propertiesOption.value = optionStore.globalOption?.servicePropertiesField;
|
||||
propertiesOption.value = optionStore.globalOption?.propertiesField;
|
||||
|
||||
tempStep.value = JSON.parse(JSON.stringify(dataStep.value));
|
||||
tempWorkflowId.value = workflowId.value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue