From 32eedf2857255cf29985ffc0cc73e75eccda39bf Mon Sep 17 00:00:00 2001 From: Riku <risaku@163.com> Date: 星期六, 20 九月 2025 22:18:15 +0800 Subject: [PATCH] 2025.9.20 完成现场巡查基础数据产品和月度巡查简报的中间数据产品 --- src/views/fysp/data-product/middle-data-product/ProdProblemTypeSummary.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/fysp/data-product/middle-data-product/ProdProblemTypeSummary.vue b/src/views/fysp/data-product/middle-data-product/ProdProblemTypeSummary.vue index 181450a..93c161b 100644 --- a/src/views/fysp/data-product/middle-data-product/ProdProblemTypeSummary.vue +++ b/src/views/fysp/data-product/middle-data-product/ProdProblemTypeSummary.vue @@ -99,7 +99,7 @@ function onStep3(val) { if (val.downloadType == '1') { loading.value = true; - // conversionFromTable('prod-problem-type-table', '鎵皹姹℃煋闂绫诲瀷鍗犳瘮娓呭崟'); + conversionFromTable('prod-problem-type-table', '鎵皹姹℃煋闂绫诲瀷鍗犳瘮娓呭崟'); downloadChartImage(chart, '鎵皹姹℃煋闂绫诲瀷鍗犳瘮'); loading.value = false; } -- Gitblit v1.9.3