XMLWAN hace 4 años
padre
commit
8f20c08220
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/xt_pages/dialysis/components/allSummary.vue

+ 1 - 0
src/xt_pages/dialysis/components/allSummary.vue Ver fichero

@@ -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
           })