陈少旭 1 week ago
parent
commit
cce6bb5c53
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/outpatientDoctorStation/doctorDesk.vue

+ 1 - 1
src/xt_pages/outpatientDoctorStation/doctorDesk.vue View File

2651
 
2651
 
2652
 
2652
 
2653
                 if (obj.med_type == 0 || obj.med_type == '') {
2653
                 if (obj.med_type == 0 || obj.med_type == '') {
2654
-                  if (this.org_id != 10206 && this.org_id != 0) {
2654
+                  if (this.org_id != 10206) {
2655
                     obj.med_type = 14
2655
                     obj.med_type = 14
2656
                     if (this.org_id == 10721 || this.org_id == 0){
2656
                     if (this.org_id == 10721 || this.org_id == 0){
2657
 
2657