@@ -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