浏览代码

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');