Merge remote-tracking branch 'origin/jihan_0111_区域人数统计' into jihan_0111_区域人数统计
This commit is contained in:
commit
209bdb7ada
@ -32,7 +32,7 @@
|
|||||||
<el-form-item label="区县" prop="deptId">
|
<el-form-item label="区县" prop="deptId">
|
||||||
<el-select
|
<el-select
|
||||||
v-model="queryParams.areaCode"
|
v-model="queryParams.areaCode"
|
||||||
placeholder="请选择签约区县"
|
placeholder="请选择区县"
|
||||||
style="width: 200px"
|
style="width: 200px"
|
||||||
clearable
|
clearable
|
||||||
@change="orgNochange"
|
@change="orgNochange"
|
||||||
@ -443,7 +443,7 @@ export default {
|
|||||||
console.log(this.queryParams)
|
console.log(this.queryParams)
|
||||||
if (this.queryParams.areaCode == '') {
|
if (this.queryParams.areaCode == '') {
|
||||||
this.orgName = "请选择机构"
|
this.orgName = "请选择机构"
|
||||||
this.$message.error("请先选择签约机构");
|
this.$message.error("请先选择区县");
|
||||||
} else {
|
} else {
|
||||||
this.queryNearbyOr.pageNum = 1
|
this.queryNearbyOr.pageNum = 1
|
||||||
// this.stationid = ''
|
// this.stationid = ''
|
||||||
@ -556,8 +556,10 @@ export default {
|
|||||||
console.log(e)
|
console.log(e)
|
||||||
this.queryParams.orgNo = ''
|
this.queryParams.orgNo = ''
|
||||||
this.queryParams.userNo=''
|
this.queryParams.userNo=''
|
||||||
|
this.doctorName='请选择签约医生'
|
||||||
this.queryNearbyOr.orgName = ''
|
this.queryNearbyOr.orgName = ''
|
||||||
this.orgName = "请选择机构"
|
this.orgName = "请选择机构"
|
||||||
|
|
||||||
this.queryNearbyOr.countyNo = e
|
this.queryNearbyOr.countyNo = e
|
||||||
},
|
},
|
||||||
// 签约医生
|
// 签约医生
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user