fix: socket连接代码优化,耗材增加具体统计弹窗

This commit is contained in:
2025-03-14 10:25:49 +08:00
parent 7e9a9d1767
commit 814ca603d7
9 changed files with 413 additions and 142 deletions

View File

@@ -733,7 +733,6 @@ onMounted(async () => {
table.value = tableRes || {};
}
}
console.log(table.value);
init();
});