|
@@ -13,7 +13,7 @@
|
|
|
:label="item.ordr_CREATE_DATE"
|
|
|
is-link
|
|
|
center
|
|
|
- :to="'/checkExamDetail/' + item.ordr_ID"
|
|
|
+ :to="'/checkExamDetail/' + item.ordr_ID + '/' + patientId"
|
|
|
>
|
|
|
</van-cell>
|
|
|
<div style="height: 5px"></div>
|
|
@@ -56,6 +56,7 @@ export default {
|
|
|
patientId,
|
|
|
start,
|
|
|
end,
|
|
|
+ key: localStorage.getItem('openId')
|
|
|
}
|
|
|
checkExamIndex(param).then((res) => {
|
|
|
store.commit('SET_EXAMINDEXARRAY', res)
|
|
@@ -76,6 +77,7 @@ export default {
|
|
|
patientId,
|
|
|
start: range[0],
|
|
|
end: range[1],
|
|
|
+ key: localStorage.getItem('openId')
|
|
|
}
|
|
|
checkExamIndex(param).then((res) => {
|
|
|
store.commit('SET_EXAMINDEXARRAY', res)
|
|
@@ -84,6 +86,7 @@ export default {
|
|
|
showDateRange.value = false
|
|
|
})
|
|
|
return {
|
|
|
+ patientId,
|
|
|
scrollStyle,
|
|
|
empty,
|
|
|
minDate: new Date(2010, 0, 1),
|