gerson
2024-07-27 2a8a0c9f7898c563e12a9c18d25ae1e162fb332b
src/components/chat/chatComponents/summaryCom/components/recordSet/RecordSetDialog.vue
@@ -8,7 +8,7 @@
</template>
<script setup lang="ts">
import { ref, watch } from 'vue';
import { nextTick, ref, watch } from 'vue';
import RecordSet from './RecordSet.vue';
import { queryScadaTimeValues } from '/@/api/ai/chat';
import { useCompRef } from '/@/utils/types';
@@ -58,7 +58,9 @@
      step_time: stepTime.value,
   });
   chartValues.value = res.values;
   recordSetRef.value.drawChart();
   nextTick(()=>{
      recordSetRef.value.drawChart();
   })
};
watch(