From 97c31a871d343a7d2bd495c0d4cbeaa7558df1e8 Mon Sep 17 00:00:00 2001 From: wuzhihao Date: Fri, 30 Aug 2024 15:23:27 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=BF=AB=E9=80=9F=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=A8=A1=E5=9D=97=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/login.vue | 9 ++--- src/views/quick-Search/quick-Search.vue | 45 ++++++++++++++++++++++--- 2 files changed, 45 insertions(+), 9 deletions(-) diff --git a/src/views/login/login.vue b/src/views/login/login.vue index b1bb744..f283e7c 100644 --- a/src/views/login/login.vue +++ b/src/views/login/login.vue @@ -87,9 +87,10 @@ >

- 注册账号注册账号/忘记密码忘记密码

@@ -120,7 +121,7 @@ style="color: #409eff; font-size: 14px; font-size: 12px" class="el-icon-question" > - 获取分子育种检测方案 + 获取分子育种检测方案 @@ -566,7 +567,7 @@ export default { }) if (local.get('token_sd')) { setTimeout(() => { - this.$router.push('/disease-resistance/disease-resistance') + this.$router.push('/index/index') }, 1500) } }, diff --git a/src/views/quick-Search/quick-Search.vue b/src/views/quick-Search/quick-Search.vue index 2bd5f88..df47ba2 100644 --- a/src/views/quick-Search/quick-Search.vue +++ b/src/views/quick-Search/quick-Search.vue @@ -33,7 +33,7 @@ -
+
+
+ +
1
@@ -90,7 +107,15 @@
养殖场:234
品种信息:43223
-
11
+
+ 11 +
关闭 @@ -108,7 +133,9 @@ export default { data() { return { - dialogVisible: true, + loading: false, + showtable: false, + dialogVisible: false, searchForm: { a: '', b: '', @@ -184,10 +211,18 @@ export default { } }, methods: { - detailClick() {}, + detailClick() { + this.$router.push('/phylogeneticAnalysis/evolutionaryTree') + }, report() {}, // 搜索 - searchClick() {}, + searchClick() { + this.loading = true + setTimeout(() => { + this.loading = false + this.showtable = true + }, 1500) + }, // 重置 resetClick() { for (const key in this.searchForm) {