From 68efd64847fe918d0d206aa89e21c971a3321fec Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 31 十二月 2025 10:41:04 +0800
Subject: [PATCH] 陕西昭德型煤: 1.现场巡检上传附件查看附件修改联调
---
src/utils/production.js | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/src/utils/production.js b/src/utils/production.js
index ce5fbdc..c95241c 100644
--- a/src/utils/production.js
+++ b/src/utils/production.js
@@ -10,9 +10,7 @@
*/
export function parseCoalArray(coalString) {
if (!coalString) return [];
-
if (Array.isArray(coalString)) return coalString;
-
return String(coalString)
.replace(/^\[|\]$/g, '')
.split(',')
@@ -128,7 +126,7 @@
*/
export function createDefaultProductionRow(userData = {}, extraData = {}) {
return {
- coal: "",
+ coalId: "",
productionQuantity: "",
laborCost: "",
energyConsumptionCost: "",
--
Gitblit v1.9.3