소스 검색

存货弹窗

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{