瀏覽代碼

存货弹窗

jingbb 1 年之前
父節點
當前提交
139317b417
共有 1 個文件被更改,包括 1 次插入1 次删除
  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{