This commit is contained in:
2022-12-08 16:27:25 +08:00
parent 7a2e3904cd
commit bc748a0737

View File

@@ -107,11 +107,6 @@
let res = await queryProductArea()
this.options = [...res.data]
},
// /** 初始化查询 */
// async _queryRawFoil () {
// let res = await queryRawFoil(this.val1, this.val2, this.index)
// this.dataList = [...res.data]
// }
/** 初始化查询 */
async _queryRawFoil () {
let res = await queryRawFoil(this.val1, this.val2, this.index, this.pageNum + '', this.pageSize + '')