Commit 183e704d authored by 芮自成's avatar 芮自成

高血压随访单位修改

parent df8a2e78
...@@ -66,7 +66,7 @@ export default { ...@@ -66,7 +66,7 @@ export default {
if (!token) { if (!token) {
token = sessionStorage.getItem('token') token = sessionStorage.getItem('token')
if (process.env.NODE_ENV !== 'production') { if (process.env.NODE_ENV !== 'production') {
token = '955e7a80-744b-481f-8970-890e32ecc31c' token = '1642c267-186f-4dd4-9e36-493d4fca1f14'
} }
} }
if (token) { if (token) {
......
...@@ -1400,6 +1400,8 @@ export default { ...@@ -1400,6 +1400,8 @@ export default {
}, },
referralUnitChange(option = {}) { referralUnitChange(option = {}) {
this.form.referralUnitName = option.unitName this.form.referralUnitName = option.unitName
this.form.referralOfficeId = undefined
this.form.referralOfficeName = undefined
}, },
referralOfficeChange(option = {}) { referralOfficeChange(option = {}) {
this.form.referralOfficeName = option.officeName this.form.referralOfficeName = option.officeName
...@@ -1414,9 +1416,15 @@ export default { ...@@ -1414,9 +1416,15 @@ export default {
}, },
visitUnitChange(option = {}) { visitUnitChange(option = {}) {
this.form.visitUnitName = option.unitName this.form.visitUnitName = option.unitName
this.form.visitOfficeId = undefined
this.form.visitOfficeName = undefined
this.form.visitDoctorId = undefined
this.form.visitDoctorName = undefined
}, },
visitOfficeChange(option = {}) { visitOfficeChange(option = {}) {
this.form.visitOfficeName = option.officeName this.form.visitOfficeName = option.officeName
this.form.visitDoctorId = undefined
this.form.visitDoctorName = undefined
}, },
submit() { submit() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment