From b8e421a74d6127f9ef1a0a4d59ddd1fbe8c5eb2f Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Sat, 22 Nov 2025 17:53:49 +0800
Subject: [PATCH] feat:调用算法接口
---
src/views/tickets/ticket.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/views/tickets/ticket.vue b/src/views/tickets/ticket.vue
index b176fe2..a065630 100644
--- a/src/views/tickets/ticket.vue
+++ b/src/views/tickets/ticket.vue
@@ -422,6 +422,7 @@
import CreateTicketDialog from '@/views/tickets/ticketComponent/CreateTicketDialog.vue';
import TicketDetailDialog from '@/views/tickets/ticketComponent/TicketDetailDialog.vue';
const { envName } = getBaseConfig();
+const isProd = import.meta.env.VITE_APP_ENV === 'production'
const route = useRoute()
const router = useRouter()
const store = useStore()
@@ -706,6 +707,7 @@
}
})
dataList.value = filteredData
+
}
})
}
@@ -1373,9 +1375,11 @@
// 生命周期
onMounted(() => {
+
inputMapShowDefaultCenter.value = null
loadAMapScripts()
fetchDropdownData()
+ getAlgorithmList()
// 设置默认activeTab
activeTab.value = defaultActiveTab.value
const href = window.location.href;
--
Gitblit v1.9.3