wangxin 1 жил өмнө
parent
commit
ee5f95fdc7

+ 1 - 0
src/views/business/outsource/form.vue

@@ -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 = {