This commit is contained in:
2026-02-05 20:00:32 +08:00
parent d60cddfda4
commit 43a392820b

View File

@@ -177,7 +177,7 @@
}, },
/** 初始化查询 */ /** 初始化查询 */
async _queryRawFoilList () { 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 this.totalCount = res.size
if (res.size > 0) { if (res.size > 0) {
const dataMap = res.data const dataMap = res.data