Browse Source

fix: 接口参数问题

liujt 1 tháng trước cách đây
mục cha
commit
4831f5aa78
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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');