소스 검색

fix: 接口参数问题

liujt 1 개월 전
부모
커밋
4831f5aa78
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/views/bpm/stockManagement/storage.vue

+ 1 - 2
src/views/bpm/stockManagement/storage.vue

@@ -1863,8 +1863,7 @@
           });
           storageApi
             .getListByNameOrModeType({
-              codeList,
-              queryConditions: this.detailList
+              codeList
             })
             .then(async (res) => {
               console.log(res, 'detailList-res');