From bc748a073712dcae74188988ed034891351156bd Mon Sep 17 00:00:00 2001 From: xiangxy Date: Thu, 8 Dec 2022 16:27:25 +0800 Subject: [PATCH] change --- pages/ProductManage/SboProdProgress.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pages/ProductManage/SboProdProgress.vue b/pages/ProductManage/SboProdProgress.vue index 19c8dec..4668051 100644 --- a/pages/ProductManage/SboProdProgress.vue +++ b/pages/ProductManage/SboProdProgress.vue @@ -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 + '')