修改
This commit is contained in:
parent
bafbcd541b
commit
d7d84aef45
@ -348,7 +348,13 @@ export default {
|
||||
//清空科室
|
||||
cleardepartment() {
|
||||
this.queryParams.wardId = null
|
||||
if (this.queryParams.departmentId) {
|
||||
this.getAgencyListinfo('DEPARTMENT', this.queryParams.departmentId)
|
||||
} else if (this.queryParams.campusAgencyId) {
|
||||
this.getAgencyListinfo('CAMPUS', this.queryParams.campusAgencyId)
|
||||
} else if (this.queryParams.hospitalAgencyId) {
|
||||
this.getAgencyListinfo('HOSPITAL', this.queryParams.hospitalAgencyId)
|
||||
}
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
@ -381,7 +381,13 @@ export default {
|
||||
//清空科室
|
||||
cleardepartment() {
|
||||
this.queryParams.wardId = null
|
||||
if (this.queryParams.departmentId) {
|
||||
this.getAgencyListinfo('DEPARTMENT', this.queryParams.departmentId)
|
||||
} else if (this.queryParams.campusAgencyId) {
|
||||
this.getAgencyListinfo('CAMPUS', this.queryParams.campusAgencyId)
|
||||
} else if (this.queryParams.hospitalAgencyId) {
|
||||
this.getAgencyListinfo('HOSPITAL', this.queryParams.hospitalAgencyId)
|
||||
}
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
@ -844,10 +844,22 @@ export default {
|
||||
cleardepartment(type) {
|
||||
if (type) {
|
||||
this.form.wardId = null
|
||||
if (this.form.departmentId) {
|
||||
this.getAgencyListinfo('DEPARTMENT', this.form.departmentId, type)
|
||||
} else if (this.form.campusAgencyId) {
|
||||
this.getAgencyListinfo('CAMPUS', this.form.campusAgencyId, type)
|
||||
} else if (this.form.hospitalAgencyId) {
|
||||
this.getAgencyListinfo('HOSPITAL', this.form.hospitalAgencyId, type)
|
||||
}
|
||||
} else {
|
||||
this.queryParams.wardId = null
|
||||
if (this.queryParams.departmentId) {
|
||||
this.getAgencyListinfo('DEPARTMENT', this.queryParams.departmentId)
|
||||
} else if (this.queryParams.campusAgencyId) {
|
||||
this.getAgencyListinfo('CAMPUS', this.queryParams.campusAgencyId)
|
||||
} else if (this.queryParams.hospitalAgencyId) {
|
||||
this.getAgencyListinfo('HOSPITAL', this.queryParams.hospitalAgencyId)
|
||||
}
|
||||
}
|
||||
},
|
||||
/** 下载模板操作 */
|
||||
|
||||
@ -633,7 +633,13 @@ export default {
|
||||
//清空科室
|
||||
cleardepartment() {
|
||||
this.queryParams.wardId = null
|
||||
if (this.queryParams.departmentId) {
|
||||
this.getAgencyListinfo('DEPARTMENT', this.queryParams.departmentId)
|
||||
} else if (this.queryParams.campusAgencyId) {
|
||||
this.getAgencyListinfo('CAMPUS', this.queryParams.campusAgencyId)
|
||||
} else if (this.queryParams.hospitalAgencyId) {
|
||||
this.getAgencyListinfo('HOSPITAL', this.queryParams.hospitalAgencyId)
|
||||
}
|
||||
},
|
||||
//续约
|
||||
handleContinue(row) {
|
||||
|
||||
@ -864,10 +864,22 @@ export default {
|
||||
cleardepartment(type) {
|
||||
if (type) {
|
||||
this.form.wardId = null
|
||||
if (this.form.departmentId) {
|
||||
this.getAgencyListinfo('DEPARTMENT', this.form.departmentId, type)
|
||||
} else if (this.form.campusAgencyId) {
|
||||
this.getAgencyListinfo('CAMPUS', this.form.campusAgencyId, type)
|
||||
} else if (this.form.hospitalAgencyId) {
|
||||
this.getAgencyListinfo('HOSPITAL', this.form.hospitalAgencyId, type)
|
||||
}
|
||||
} else {
|
||||
this.queryParams.wardId = null
|
||||
if (this.queryParams.departmentId) {
|
||||
this.getAgencyListinfo('DEPARTMENT', this.queryParams.departmentId)
|
||||
} else if (this.queryParams.campusAgencyId) {
|
||||
this.getAgencyListinfo('CAMPUS', this.queryParams.campusAgencyId)
|
||||
} else if (this.queryParams.hospitalAgencyId) {
|
||||
this.getAgencyListinfo('HOSPITAL', this.queryParams.hospitalAgencyId)
|
||||
}
|
||||
}
|
||||
},
|
||||
/** 下载模板操作 */
|
||||
|
||||
@ -1001,10 +1001,22 @@ export default {
|
||||
cleardepartment(type) {
|
||||
if (type) {
|
||||
this.form.wardId = null
|
||||
if (this.form.departmentId) {
|
||||
this.getAgencyListinfo('DEPARTMENT', this.form.departmentId, type)
|
||||
} else if (this.form.campusAgencyId) {
|
||||
this.getAgencyListinfo('CAMPUS', this.form.campusAgencyId, type)
|
||||
} else if (this.form.hospitalAgencyId) {
|
||||
this.getAgencyListinfo('HOSPITAL', this.form.hospitalAgencyId, type)
|
||||
}
|
||||
} else {
|
||||
this.queryParams.wardId = null
|
||||
if (this.queryParams.departmentId) {
|
||||
this.getAgencyListinfo('DEPARTMENT', this.queryParams.departmentId)
|
||||
} else if (this.queryParams.campusAgencyId) {
|
||||
this.getAgencyListinfo('CAMPUS', this.queryParams.campusAgencyId)
|
||||
} else if (this.queryParams.hospitalAgencyId) {
|
||||
this.getAgencyListinfo('HOSPITAL', this.queryParams.hospitalAgencyId)
|
||||
}
|
||||
}
|
||||
},
|
||||
/** 下载模板操作 */
|
||||
|
||||
@ -387,7 +387,13 @@ export default {
|
||||
//清空科室
|
||||
cleardepartment() {
|
||||
this.queryParams.wardId = null
|
||||
if (this.queryParams.departmentId) {
|
||||
this.getAgencyListinfo('DEPARTMENT', this.queryParams.departmentId)
|
||||
} else if (this.queryParams.campusAgencyId) {
|
||||
this.getAgencyListinfo('CAMPUS', this.queryParams.campusAgencyId)
|
||||
} else if (this.queryParams.hospitalAgencyId) {
|
||||
this.getAgencyListinfo('HOSPITAL', this.queryParams.hospitalAgencyId)
|
||||
}
|
||||
},
|
||||
//获取医院list
|
||||
selectAgencyinfo() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user