Commit fc1a4cca authored by miaojiale's avatar miaojiale

兼容无数据获取医联体

parent f64838cf
...@@ -533,9 +533,13 @@ export default { ...@@ -533,9 +533,13 @@ export default {
this.checkboxReset() this.checkboxReset()
//! 处理医联体名称,新增直接请求,其他等union_id后再请求 //! 处理医联体名称,新增直接请求,其他等union_id后再请求
if (this.item.prop == "union_id") { if (this.item.prop == "union_id") {
console.log("倒了")
this.unionList = [] this.unionList = []
// this.getMedicalunionList() // this.getMedicalunionList()
if (this.$route.path == "/screening/add") { if (
this.$route.path == "/screening/add" ||
this.$route.path == "/screening/index"
) {
this.getMedicalunionList() this.getMedicalunionList()
} else { } else {
this.$watch( this.$watch(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment