From 52718eddf0ba8a267d0a0ea72248c8141679b2dc Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: Fri, 13 May 2022 15:03:35 +0800
Subject: [PATCH] 管理
---
src/views/oneFromanother/index.vue | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/views/oneFromanother/index.vue b/src/views/oneFromanother/index.vue
index 982cedd..dec2dd1 100644
--- a/src/views/oneFromanother/index.vue
+++ b/src/views/oneFromanother/index.vue
@@ -127,6 +127,13 @@
},
radio1:'待自查',
}
+ },
+ methods:{
+ sendBath(){
+ this.$router.push({
+ path:'/manage'
+ })
+ }
}
}
</script>
--
Gitblit v1.9.2