diff --git a/pages/FirstPhase/production/SboProcess.vue b/pages/FirstPhase/production/SboProcess.vue index 72378fe..b3ed034 100644 --- a/pages/FirstPhase/production/SboProcess.vue +++ b/pages/FirstPhase/production/SboProcess.vue @@ -177,7 +177,7 @@ }, /** 初始化查询 */ async _queryRawFoilList () { - let res = await queryRawFoilList(this.val1, this.val2, this.pageNum + '', this.pageSize + '') + let res = await queryRawFoilList(this.val1, null,this.val2, this.pageNum + '', this.pageSize + '') this.totalCount = res.size if (res.size > 0) { const dataMap = res.data