|
@@ -9,7 +9,7 @@ Component({
|
|
|
|
|
|
methods: {
|
|
|
onTapItem() {
|
|
|
- const { recordId, status, type, cardNum } = this.props.item;
|
|
|
+ const { recordId, status, type, cardNum, hisPatientId } = this.props.item;
|
|
|
|
|
|
if (status === "未出报告") {
|
|
|
return my.showToast({
|
|
@@ -25,6 +25,7 @@ Component({
|
|
|
recordId,
|
|
|
type,
|
|
|
cardNum,
|
|
|
+ hisPatientId,
|
|
|
},
|
|
|
pageType: "report-details-list",
|
|
|
});
|