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: {