VarInput支持选择文件

This commit is contained in:
fofolee
2025-01-06 17:13:17 +08:00
parent 5ea6850bb9
commit 516e6c2d16
8 changed files with 222 additions and 171 deletions

View File

@@ -325,7 +325,8 @@ export default defineComponent({
const tempFlow = [
command,
{
code: `console.log(${command.outputVariable})`,
//没有输出,则不打印
code: `${command.outputVariable} && console.log(${command.outputVariable})`,
},
];
// 触发运行事件