修改
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user