From 7ca08290aa30648b78113f6fa3fc429669cca9fe Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: Tue, 12 Apr 2022 09:26:56 +0800
Subject: [PATCH] 新增
---
src/views/hiddenDangerRegistration/index.vue | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/views/hiddenDangerRegistration/index.vue b/src/views/hiddenDangerRegistration/index.vue
index 24234c9..0c39a5f 100644
--- a/src/views/hiddenDangerRegistration/index.vue
+++ b/src/views/hiddenDangerRegistration/index.vue
@@ -210,7 +210,7 @@
size="small"
>批量发送</el-button
>
- <el-button class="btns" type="primary" icon="el-icon-plus" size="small"
+ <el-button class="btns" @click="jump" type="primary" icon="el-icon-plus" size="small"
>添加</el-button
>
<el-button size="small"
@@ -302,7 +302,6 @@
data() {
return {
form: {},
- radio1: "上海",
options: [
{
value: "选项1",
@@ -331,6 +330,13 @@
currentPage: 1,
};
},
+ methods:{
+ jump(){
+ this.$router.push({
+ path:"/hiddenDangerAdd"
+ })
+ }
+ }
};
</script>
<style>
--
Gitblit v1.9.2