jingbb 1 vuosi sitten
vanhempi
commit
139317b417
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/production/Popup/inventoryPopup.vue

+ 1 - 1
src/views/production/Popup/inventoryPopup.vue

@@ -94,7 +94,7 @@
                 }
             },
             getData(){
-                getAction('/production/safetyStock/selectItemMaster',{pageNo:1,pageSize:3}).then(res=>{
+                getAction('/production/safetyStock/selectItemMaster').then(res=>{
                         if(res){
                           this.dataSource = res
                         }else{