XMLWAN hace 4 años
padre
commit
f803772d68
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/xt_pages/data/components/drugs.vue

+ 1 - 1
src/xt_pages/data/components/drugs.vue Ver fichero

@@ -734,7 +734,7 @@
734 734
             return false
735 735
           } else {
736 736
             this.total = response.data.data.total;
737
-            console.log("total22222",total)
737
+          
738 738
             this.list = [];
739 739
             for (let i = 0; i < response.data.data.list.length; i++) {
740 740
               this.list.push(response.data.data.list[i])