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) {