From 3c8ba56f8ea1950067fac67f378e0e87bec3a23e Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期一, 14 十月 2024 13:35:34 +0800
Subject: [PATCH] 曲线查询更改

---
 src/components/chat/chatComponents/summaryCom/components/recordSet/components/List.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/chat/chatComponents/summaryCom/components/recordSet/components/List.vue b/src/components/chat/chatComponents/summaryCom/components/recordSet/components/List.vue
index 9f6ac7d..2dc9908 100644
--- a/src/components/chat/chatComponents/summaryCom/components/recordSet/components/List.vue
+++ b/src/components/chat/chatComponents/summaryCom/components/recordSet/components/List.vue
@@ -13,12 +13,12 @@
 
 <script setup lang="ts">
 import { ref, type PropType, computed } from 'vue';
-import type { ListParam } from '../types';
 import { getTextWidth } from '/@/utils/util';
+import { StepParam } from '../types';
 
 const props = defineProps({
 	data: {
-		type: Object as PropType<ListParam>,
+		type: Object as PropType<StepParam>,
 	},
 	disabled: {
 		type: Boolean,

--
Gitblit v1.9.3