This commit is contained in:
lb
2023-12-14 11:24:03 +08:00
父節點 68065b612a
當前提交 e4a2af8458
共有 24 個文件被更改,包括 130 次插入119 次删除

查看文件

@@ -48,7 +48,6 @@ function WindFrequence(props) {
const currentTempList = useSelector((state) => state.annealTemperature?.data);
function handleSourceChange(line) {
console.log("line changed", line);
setDataSource(line);
}