Merge remote-tracking branch 'origin/jihan_0111_区域人数统计' into jihan_0111_区域人数统计

This commit is contained in:
闫晓茹 2024-01-15 09:38:24 +08:00
commit 209bdb7ada

View File

@ -32,7 +32,7 @@
<el-form-item label="区县" prop="deptId">
<el-select
v-model="queryParams.areaCode"
placeholder="请选择签约区县"
placeholder="请选择区县"
style="width: 200px"
clearable
@change="orgNochange"
@ -443,7 +443,7 @@ export default {
console.log(this.queryParams)
if (this.queryParams.areaCode == '') {
this.orgName = "请选择机构"
this.$message.error("请先选择签约机构");
this.$message.error("请先选择区县");
} else {
this.queryNearbyOr.pageNum = 1
// this.stationid = ''
@ -556,8 +556,10 @@ export default {
console.log(e)
this.queryParams.orgNo = ''
this.queryParams.userNo=''
this.doctorName='请选择签约医生'
this.queryNearbyOr.orgName = ''
this.orgName = "请选择机构"
this.queryNearbyOr.countyNo = e
},
//