From cfb85b087d1c3cade466f48ab07d208a618979fc Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Fri, 22 Sep 2023 10:37:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8D=89=E7=A8=BF=E7=AE=B1=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8C=BB=E8=81=94=E4=BD=93=E4=B8=BA=E7=A9=BA?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FormComponents/CustomForm/FormItemSelf.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/FormComponents/CustomForm/FormItemSelf.vue b/src/components/FormComponents/CustomForm/FormItemSelf.vue index 8afd4be..f840f94 100644 --- a/src/components/FormComponents/CustomForm/FormItemSelf.vue +++ b/src/components/FormComponents/CustomForm/FormItemSelf.vue @@ -556,6 +556,7 @@ export default { // this.getMedicalunionList() if ( this.$route.path == "/screening/add" || + this.$route.path == "/screening/draft" || this.$route.path == "/screening/index" ) { this.getMedicalunionList() -- 2.22.0