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

设置hospitalIds的位置错误

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