123
This commit is contained in:
parent
f9d24dc63e
commit
649534850b
@ -107,7 +107,7 @@ const setHistogramOption = (legend, xAxisData, series) => {
|
|||||||
|
|
||||||
const getCustom = async () => {
|
const getCustom = async () => {
|
||||||
showChart.value = false
|
showChart.value = false
|
||||||
let res = await apistatisticsprocurementContract({ yaer: year.value })
|
let res = await apistatisticsprocurementContract({ year: year.value })
|
||||||
showChart.value = true
|
showChart.value = true
|
||||||
await nextTick()
|
await nextTick()
|
||||||
initChart("PurchaseContracts", setHistogramOption({ data: [res.series.name] }, res.column
|
initChart("PurchaseContracts", setHistogramOption({ data: [res.series.name] }, res.column
|
||||||
|
Loading…
x
Reference in New Issue
Block a user