fix(FullyAutoAndSemiAutoTools): 修复selected属性赋值问题

- 修正了selected属性的赋值语法,确保正确传递变量值
- 避免了潜在的属性访问错误
- 保持了对象结构的一致性
This commit is contained in:
yan
2026-01-18 22:44:10 +08:00
parent 235014a651
commit 5d6063a293

View File

@@ -536,7 +536,7 @@ async function initRun(config_run) {
name: item.name,
parentId: item.parentId,
parentName: item.parentName,
selected,
selected: selected,
path: item.path,
fullPathNames: item.fullPathNames
};