|
@ -26,7 +26,7 @@ export default { |
|
|
operator: '', |
|
|
operator: '', |
|
|
informedDocSign: '', |
|
|
informedDocSign: '', |
|
|
informPatientSign: '', |
|
|
informPatientSign: '', |
|
|
checkSign: '' |
|
|
|
|
|
|
|
|
checkSign: '', |
|
|
fundusDocSign: '', |
|
|
fundusDocSign: '', |
|
|
kinSign: '', |
|
|
kinSign: '', |
|
|
performerSign: '', |
|
|
performerSign: '', |
|
@ -247,7 +247,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
checkSign(state, val) { |
|
|
checkSign(state, val) { |
|
|
state.checkSign = val |
|
|
state.checkSign = val |
|
|
}, |
|
|
|
|
|
|
|
|
}, |
|
|
fundusDocSign(state, val) { |
|
|
fundusDocSign(state, val) { |
|
|
state.fundusDocSign = val |
|
|
state.fundusDocSign = val |
|
|
}, |
|
|
}, |
|
|