|
@@ -34,7 +34,7 @@ Component({
|
|
|
},
|
|
|
|
|
|
async toNextPage(item, replace) {
|
|
|
- const { name, hospitalDistrictId } = item;
|
|
|
+ const { name, hospitalDistrictId, extInfo } = item;
|
|
|
const { isNotice = "Y" } = this.getExtInfo();
|
|
|
/* 如果没有就诊须知跳转选择科室页面 */
|
|
|
|
|
@@ -55,6 +55,7 @@ Component({
|
|
|
query: {
|
|
|
name,
|
|
|
hospitalDistrictId,
|
|
|
+ hospitalId: extInfo.hospitalId || "",
|
|
|
},
|
|
|
});
|
|
|
} else {
|
|
@@ -65,6 +66,7 @@ Component({
|
|
|
...query,
|
|
|
name,
|
|
|
hospitalDistrictId,
|
|
|
+ hospitalId: extInfo.hospitalId || "",
|
|
|
},
|
|
|
componentData,
|
|
|
title: "选择科室",
|