From 3870addd51048af668d0f9225620d26b71ee2727 Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Tue, 22 Jul 2025 18:00:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ypModel/index.vue | 2 +- src/views/KeyPopulations/index.vue | 7 ++++++- src/views/KeyPopulations/model/importantPerson.vue | 11 ++++++++--- .../JudgmentHome/MeetingRoom/index.vue | 3 +++ .../JudgmentHome/ResearchHome/index.vue | 6 +++--- .../JudgmentHome/tsypHome/index.vue | 13 +++++++++---- 6 files changed, 30 insertions(+), 12 deletions(-) diff --git a/src/components/ypModel/index.vue b/src/components/ypModel/index.vue index 900f96c..b11378d 100644 --- a/src/components/ypModel/index.vue +++ b/src/components/ypModel/index.vue @@ -9,7 +9,7 @@ diff --git a/src/views/KeyPopulations/index.vue b/src/views/KeyPopulations/index.vue index f554cfb..b7c561d 100644 --- a/src/views/KeyPopulations/index.vue +++ b/src/views/KeyPopulations/index.vue @@ -18,7 +18,7 @@
-
发布指令
+
发布指令
@@ -29,6 +29,11 @@ import Head from "@/views/home/layout/head.vue"; import ImportantPerson from "./model/importantPerson.vue"; import Zdrqhd from "./model/zdrqhd.vue"; import Yjclqktj from "./model/yjclqktj.vue"; +import { useRoute, useRouter } from 'vue-router'; +const router = useRouter() +const gozl = () =>{ + router.push('/InstructionInformation') +}