大屏界面渲染光伏板
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user