From 579245fbbd64bfbb9d90c4d463e629dda237a052 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Sat, 15 Oct 2022 10:36:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ProductManage/SboProcess.vue | 4 ++-- pages/ProductManage/SboProdProgress.vue | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/ProductManage/SboProcess.vue b/pages/ProductManage/SboProcess.vue index 8d3d608..bc81cc5 100644 --- a/pages/ProductManage/SboProcess.vue +++ b/pages/ProductManage/SboProcess.vue @@ -61,7 +61,7 @@ - + @@ -104,7 +104,7 @@ /** 初始化查询 */ async _queryRawFoilList () { let res = await queryRawFoilList(this.val1, this.val2) - this.dataList = [...res.rows] + this.dataList = [...res.data] }, async _needEmptyAxis () { this.disabled1 = true diff --git a/pages/ProductManage/SboProdProgress.vue b/pages/ProductManage/SboProdProgress.vue index 3bafaf6..1f6accb 100644 --- a/pages/ProductManage/SboProdProgress.vue +++ b/pages/ProductManage/SboProdProgress.vue @@ -80,6 +80,7 @@ }; }, created () { + this._queryRawFoil() this._queryProductArea() }, methods: {