verNameのラッピング・オブジェクト

This commit is contained in:
Mouriya
2024-05-17 14:41:15 +09:00
parent 64d2cadd82
commit 61ac281134
2 changed files with 37 additions and 17 deletions

View File

@@ -205,7 +205,7 @@ export default defineComponent({
*/
const varName =(node:IActionNode)=>{
const prop = node.actionProps.find((prop) => prop.props.name === "verName");
return prop?.props.modelValue;
return prop?.props.modelValue.name;
};
const copyFlow=()=>{
context.emit('copyFlow', props.actionNode);