diff --git a/src/components/FormComponents/CustomForm/FormItemSelf.vue b/src/components/FormComponents/CustomForm/FormItemSelf.vue index 8b596d64caaacf0acb313c57dd5480de257e3738..a34dffcee1b4b3a81c58465e00b3054d446f911f 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(