|
|
@ -26,7 +26,7 @@ export default { |
|
|
|
operator: '', |
|
|
|
informedDocSign: '', |
|
|
|
informPatientSign: '', |
|
|
|
checkSign: '' |
|
|
|
checkSign: '', |
|
|
|
fundusDocSign: '', |
|
|
|
kinSign: '', |
|
|
|
performerSign: '', |
|
|
@ -46,7 +46,7 @@ export default { |
|
|
|
informedDocSign: state => state.informedDocSign, |
|
|
|
informPatientSign: state => state.informPatientSign, |
|
|
|
checkSign: state => state.checkSign, |
|
|
|
fundusDocSign: state => state.fundusDocSign, |
|
|
|
fundusDocSign: state => state.fundusDocSign, |
|
|
|
kinSign: state => state.kinSign, |
|
|
|
performerSign: state => state.performerSign, |
|
|
|
checkerSign: state => state.checkerSign |
|
|
@ -192,7 +192,7 @@ export default { |
|
|
|
this.commit('informedDocSign', img_base64) |
|
|
|
} else if (state.type === 11) { |
|
|
|
this.commit('informPatientSign', img_base64) |
|
|
|
} else if (state.type === 12) { |
|
|
|
} else if (state.type === 12) { |
|
|
|
this.commit('fundusDocSign', img_base64) |
|
|
|
} else if (state.type === 13) { |
|
|
|
this.commit('kinSign', img_base64) |
|
|
@ -247,7 +247,7 @@ export default { |
|
|
|
}, |
|
|
|
checkSign(state, val) { |
|
|
|
state.checkSign = val |
|
|
|
}, |
|
|
|
}, |
|
|
|
fundusDocSign(state, val) { |
|
|
|
state.fundusDocSign = val |
|
|
|
}, |
|
|
|