|
@@ -56,7 +56,7 @@ export default {
|
|
|
patientId,
|
|
|
start,
|
|
|
end,
|
|
|
- key: localStorage.getItem('openId')
|
|
|
+ openId: localStorage.getItem('openId')
|
|
|
}
|
|
|
checkExamIndex(param).then((res) => {
|
|
|
store.commit('SET_EXAMINDEXARRAY', res)
|
|
@@ -77,7 +77,7 @@ export default {
|
|
|
patientId,
|
|
|
start: range[0],
|
|
|
end: range[1],
|
|
|
- key: localStorage.getItem('openId')
|
|
|
+ openId: localStorage.getItem('openId')
|
|
|
}
|
|
|
checkExamIndex(param).then((res) => {
|
|
|
store.commit('SET_EXAMINDEXARRAY', res)
|