提交 d09c0fef 编写于 作者: guangjun.yang's avatar guangjun.yang

设置hospitalIds的位置错误

上级 026db1a7
......@@ -441,7 +441,7 @@ export default {
font-family: PingFangSC-Regular;
.mask {
position: fixed;
z-index: 3000;
z-index: 1000000005;
top: 0;
right: 0;
left: 0;
......@@ -458,7 +458,7 @@ export default {
bottom: 0;
left: 0;
right: 0;
z-index: 1000000006;
.tip-header {
position: relative;
height: 58px;
......
......@@ -83,6 +83,7 @@ export default {
confirm() {
this.$emit("confirm", this.dataList);
},
cancel() {
this.$emit("cancel", false);
}
......@@ -95,7 +96,7 @@ export default {
.mask {
position: fixed;
z-index: 3000;
z-index: 1000000005;
top: 0;
right: 0;
left: 0;
......@@ -112,7 +113,7 @@ export default {
bottom: 0;
left: 0;
right: 0;
z-index: 1000000006;
.tip-header {
position: relative;
height: 58px;
......@@ -123,7 +124,6 @@ export default {
justify-content: space-between;
padding: 0 15px;
box-sizing: border-box;
.cancel-btn {
color: #999;
}
......
......@@ -592,11 +592,11 @@ export default {
// 如果没有选择机构,则重新获取所有数据
this.isShowOrg = false;
this.orgName = this.shortName(hospitalNames[0] || '全部机构', 6);
this.queryGDParams.hospitalIdList = hospitalIds;
if(hospitalIds.length == 0) {
this.getHospitalsCNT(this.CNTParams);
return;
}
this.queryGDParams.hospitalIdList = hospitalIds;
if (hospitalIds.length === 1) {
// this.hospitalCnt = 1
this.isSingleOrg = true;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册