大屏界面渲染光伏板

This commit is contained in:
Teo
2025-06-18 19:56:54 +08:00
parent a3b4a15261
commit f59d725b20
486 changed files with 76806 additions and 10 deletions

View File

@ -127,7 +127,6 @@ const getOrderData = async () => {
if (res.code !== 200) return;
orderOption.value = res.data;
initOrderChart();
console.log(orderDataAxis);
};
const initMachinerycharts = () => {
@ -538,6 +537,7 @@ onUnmounted(() => {
window.removeEventListener('resize', debouncedHandleResize);
stopMachineryScroll.value();
stopOrderScroll.value();
myMachineryChart.value && myMachineryChart.value.dispose();
});
</script>