Browse Source

出诊设置 排班是否允许重合接口

pull/15/head
longchao 3 weeks ago
parent
commit
c1157623cc
  1. 5
      src/views/DoctorInformation.vue

5
src/views/DoctorInformation.vue

@ -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)

Loading…
Cancel
Save