diff --git a/src/components/ForwardDemand/index.vue b/src/components/ForwardDemand/index.vue index 39be299..f08181d 100644 --- a/src/components/ForwardDemand/index.vue +++ b/src/components/ForwardDemand/index.vue @@ -159,6 +159,7 @@ export default { res.data.xq=res.data.xq?parseInt(res.data.xq).toFixed(0):'0' this.xqzlSum=res.data.xq this.rowObj = res.data; + this.TableBar(dataX, dataXqzlY, dataJhzlY); this.$nextTick(() => { const elementHeight = this.$refs.refHeight; elementHeight.forEach((li, index) => { diff --git a/src/components/MonthPlan/index.vue b/src/components/MonthPlan/index.vue index ac10a6c..9644380 100644 --- a/src/components/MonthPlan/index.vue +++ b/src/components/MonthPlan/index.vue @@ -46,7 +46,7 @@ 批次数量 - {{ item.pcsl ? item.pcsl : 0 }}张 + {{ item.total ? item.total : 0 }}张