Browse Source

医护管理

XMLWAN 4 years ago
parent
commit
101296142b
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/xt_pages/medicalScheduling/medical_print.vue

+ 1 - 2
src/xt_pages/medicalScheduling/medical_print.vue View File

133
                 }
133
                 }
134
               })
134
               })
135
               arr.sort(this.compare('user_type'))
135
               arr.sort(this.compare('user_type'))
136
+              
136
               this.tableData = arr
137
               this.tableData = arr
137
               
138
               
138
             }
139
             }
180
     },
181
     },
181
     created(){
182
     created(){
182
       var starttime =  this.$route.query.starttime
183
       var starttime =  this.$route.query.starttime
183
-      console.log("starttime",starttime)
184
       this.start_time = starttime
184
       this.start_time = starttime
185
       var endtime =  this.$route.query.endtime
185
       var endtime =  this.$route.query.endtime
186
-      console.log("endtime",endtime)
187
       this.end_time = endtime
186
       this.end_time = endtime
188
       //获取该机构所有医护人员
187
       //获取该机构所有医护人员
189
       this.getDoctorList()
188
       this.getDoctorList()