From fc1a4ccac94089c844d8fb0c90bebb374f7e590a Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Thu, 6 Apr 2023 14:17:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9=E6=97=A0=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E5=8C=BB=E8=81=94=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FormComponents/CustomForm/FormItemSelf.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/FormComponents/CustomForm/FormItemSelf.vue b/src/components/FormComponents/CustomForm/FormItemSelf.vue index 8b596d6..a34dffc 100644 --- a/src/components/FormComponents/CustomForm/FormItemSelf.vue +++ b/src/components/FormComponents/CustomForm/FormItemSelf.vue @@ -533,9 +533,13 @@ export default { this.checkboxReset() //! 处理医联体名称,新增直接请求,其他等union_id后再请求 if (this.item.prop == "union_id") { + console.log("倒了") this.unionList = [] // this.getMedicalunionList() - if (this.$route.path == "/screening/add") { + if ( + this.$route.path == "/screening/add" || + this.$route.path == "/screening/index" + ) { this.getMedicalunionList() } else { this.$watch( -- 2.22.0