|
@@ -843,6 +843,7 @@ const handleMultipleSelectedProcesses = (selection) => {
|
|
|
const processNames = selection.map((item) => item.processAlias);
|
|
|
// 使用join方法将数组转换为以逗号分隔的字符串
|
|
|
let commaSeparatedString = processNames.join(",");
|
|
|
+ currentDetail.value.processes = [];
|
|
|
currentDetail.value.processNames = commaSeparatedString;
|
|
|
selection.forEach((item) => {
|
|
|
const newProcess = {
|