XMLWAN 4 anni fa
parent
commit
8f20c08220
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/xt_pages/dialysis/components/allSummary.vue

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

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