Browse Source

耗材参数

XMLWAN 4 years ago
parent
commit
8f20c08220
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/xt_pages/dialysis/components/allSummary.vue

+ 1 - 0
src/xt_pages/dialysis/components/allSummary.vue View File

254
           getAllMaterial(params).then(response=>{
254
           getAllMaterial(params).then(response=>{
255
              if(response.data.state == 1){
255
              if(response.data.state == 1){
256
                var material =  response.data.data.material
256
                var material =  response.data.data.material
257
+               console.log("material",material)
257
                this.tableName = material
258
                this.tableName = material
258
              }
259
              }
259
           })
260
           })