|
@@ -331,9 +331,9 @@ export default {
|
331
|
331
|
getPrescriptionByName(this.listQuery.search,this.listQuery.start_time,this.listQuery.end_time,this.limit,this.page).then(response=>{
|
332
|
332
|
if(response.data.state === 1){
|
333
|
333
|
var patient = response.data.data.patient
|
334
|
|
- console.log("patient",patient)
|
|
334
|
+ //console.log("patient",patient)
|
335
|
335
|
var total = response.data.data.total
|
336
|
|
- console.log("total",total)
|
|
336
|
+ //console.log("total",total)
|
337
|
337
|
}
|
338
|
338
|
})
|
339
|
339
|
},
|