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