|
@@ -256,7 +256,7 @@ export default {
|
256
|
256
|
getDialysisParameters(params).then(response=>{
|
257
|
257
|
if(response.data.state == 1){
|
258
|
258
|
var schedule = response.data.data.schedule
|
259
|
|
- // console.log("schedule",schedule)
|
|
259
|
+ console.log("schedule==============",schedule)
|
260
|
260
|
this.tableData = schedule
|
261
|
261
|
var total = response.data.data.total
|
262
|
262
|
|
|
@@ -292,11 +292,12 @@ export default {
|
292
|
292
|
getDialysisParameters(params).then(response=>{
|
293
|
293
|
if(response.data.state == 1){
|
294
|
294
|
var schedule = response.data.data.schedule
|
295
|
|
- console.log("schedule",schedule)
|
|
295
|
+ console.log("schedule==========",schedule)
|
296
|
296
|
this.tableData = schedule
|
297
|
297
|
var total = response.data.data.total
|
298
|
298
|
this.total = total
|
299
|
299
|
var prescription = response.data.data.prescription
|
|
300
|
+ console.log("prescription09999999999",prescription)
|
300
|
301
|
this.prescriptionList = prescription
|
301
|
302
|
var dialysbefor = response.data.data.dialysbefor
|
302
|
303
|
this.dialysisBefor = dialysbefor
|