소스 검색

bug修复

chenrui 3 년 전
부모
커밋
ac9b9d125e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/inventoryManagement/inventoryChecking/detailModal.vue

+ 1 - 1
src/views/inventoryManagement/inventoryChecking/detailModal.vue

@@ -160,7 +160,7 @@ export default {
       // 加载数据方法 必须为 Promise 对象
       loadData: parameter => {
         this.disabled = true
-        return checkWarehouseDetailList(Object.assign(parameter, { checkWarehouseSn: this.itemSn })).then(res => {
+        return checkWarehouseDetailList(Object.assign(parameter, this.queryParam, { checkWarehouseSn: this.itemSn })).then(res => {
           this.getDetailCount()
           const data = res.data
           const no = (data.pageNo - 1) * data.pageSize