change
This commit is contained in:
@@ -107,11 +107,6 @@
|
|||||||
let res = await queryProductArea()
|
let res = await queryProductArea()
|
||||||
this.options = [...res.data]
|
this.options = [...res.data]
|
||||||
},
|
},
|
||||||
// /** 初始化查询 */
|
|
||||||
// async _queryRawFoil () {
|
|
||||||
// let res = await queryRawFoil(this.val1, this.val2, this.index)
|
|
||||||
// this.dataList = [...res.data]
|
|
||||||
// }
|
|
||||||
/** 初始化查询 */
|
/** 初始化查询 */
|
||||||
async _queryRawFoil () {
|
async _queryRawFoil () {
|
||||||
let res = await queryRawFoil(this.val1, this.val2, this.index, this.pageNum + '', this.pageSize + '')
|
let res = await queryRawFoil(this.val1, this.val2, this.index, this.pageNum + '', this.pageSize + '')
|
||||||
|
|||||||
Reference in New Issue
Block a user