gerson
2024-07-27 e970a262bdc8c62e157dedd6a95047682eef66ec
src/components/chat/chatComponents/summaryCom/components/recordSet/RecordSetDialog.vue
@@ -61,6 +61,7 @@
      step_time: stepTime.value,
   });
   chartValues.value = res.values;
   chartValues.value.chart = 'single_line'
   nextTick(()=>{
      recordSetRef.value.drawChart();
   })