console.log

This commit is contained in:
2026-01-06 19:32:53 +08:00
parent 20ab73d24d
commit 6b58476672
116 changed files with 51 additions and 690 deletions

View File

@@ -124,7 +124,6 @@ const getTaskPerformanceDataFun = async () => {
};
});
console.log(performanceData.value);
if (baseTableRef.value) {
baseTableRef.value.setDataFun(performanceData.value);
}
@@ -200,8 +199,6 @@ const batchAddTaskPerformanceFun = async () => {
obj.taskId = props.runInfo.taskId;
}
console.log(obj, 'objobjobj');
performanceList.push(obj);
}