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