From 9ef679e9f00e8b64be33cb00c4929fec7746d630 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期三, 20 十一月 2024 17:20:51 +0800 Subject: [PATCH] 修改场景列表 --- src/views/project/ch/home/component/waterRight/top.vue | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/views/project/ch/home/component/waterRight/top.vue b/src/views/project/ch/home/component/waterRight/top.vue index 440d8fe..3e661d4 100644 --- a/src/views/project/ch/home/component/waterRight/top.vue +++ b/src/views/project/ch/home/component/waterRight/top.vue @@ -21,10 +21,7 @@ const sendClick = async (cb) => { if (!inputValue.value.trim()) return; - if (!activeSectionAId.value) { - ElMessage.warning('璇烽�夋嫨搴旂敤鍦烘櫙'); - return; - } + if (!handleNormalAuth()) { return; } -- Gitblit v1.9.3