瀏覽代碼

耗材参数

XMLWAN 4 年之前
父節點
當前提交
3c6fbbc2bc
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/xt_pages/dialysis/components/dialysisParameters.vue

+ 3 - 2
src/xt_pages/dialysis/components/dialysisParameters.vue 查看文件

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