From aefc8f607405a5e4ce67ac62810b68fac9d93f89 Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期二, 29 十月 2024 11:52:48 +0800
Subject: [PATCH] 修改页面

---
 src/views/project/ch/home/component/waterRight/top.vue |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/views/project/ch/home/component/waterRight/top.vue b/src/views/project/ch/home/component/waterRight/top.vue
index 02245cf..3e661d4 100644
--- a/src/views/project/ch/home/component/waterRight/top.vue
+++ b/src/views/project/ch/home/component/waterRight/top.vue
@@ -17,14 +17,11 @@
 import { handleNormalAuth } from '/@/utils/request';
 
 const emits = defineEmits(['sendClick']);
-const inputValue = ref('浣犳槸璋侊紵');
+const inputValue = ref('鏂板缓瀵硅瘽寮�濮�');
 
 const sendClick = async (cb) => {
 	if (!inputValue.value.trim()) return;
-	if (!activeSectionAId.value) {
-		ElMessage.warning('璇烽�夋嫨搴旂敤鍦烘櫙');
-		return;
-	}
+
 	if (!handleNormalAuth()) {
 		return;
 	}

--
Gitblit v1.9.3