From a56d8b55fc0602ec795fd62fab43e874784d69bf Mon Sep 17 00:00:00 2001 From: xueyinfei <1207092115@qq.com> Date: Sun, 7 Dec 2025 00:53:43 +0800 Subject: [PATCH] =?UTF-8?q?aichat=E5=8A=A9=E6=89=8B=E4=BA=A4=E4=BA=92?= =?UTF-8?q?=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue-fastapi-frontend/src/views/sqlFlow/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue-fastapi-frontend/src/views/sqlFlow/index.vue b/vue-fastapi-frontend/src/views/sqlFlow/index.vue index aad05de..519f449 100644 --- a/vue-fastapi-frontend/src/views/sqlFlow/index.vue +++ b/vue-fastapi-frontend/src/views/sqlFlow/index.vue @@ -188,7 +188,7 @@ const executeSql = async () => { // ========================= 生命周期 ========================= onMounted(() => { - changeBloodOption() // 初始化时仅加载血缘,不执行SQL + // changeBloodOption() // 初始化时仅加载血缘,不执行SQL }) onBeforeUnmount(() => {