|
|
@ -400,8 +400,9 @@ export default { |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
this.$http('POST', '/api/admin/set_doctor_approver', { |
|
|
this.$http('POST', '/api/admin/set_allow_coincide', { |
|
|
is_allow_coincide:this.siteForm.is_allow_coincide |
|
|
is_allow_coincide:this.siteForm.is_allow_coincide, |
|
|
|
|
|
did: this.doctorId |
|
|
}).then(response => { |
|
|
}).then(response => { |
|
|
if (response.code != 0) { |
|
|
if (response.code != 0) { |
|
|
this.$message.error(response.msg) |
|
|
this.$message.error(response.msg) |
|
|
|