From c7afec3ad75b22bc8b96d8129956913c2b473d9b Mon Sep 17 00:00:00 2001 From: 张诺 <zhang_12370@163.com> Date: 星期四, 19 六月 2025 16:11:36 +0800 Subject: [PATCH] 优化生产管理接口及表格字段 --- src/views/procureMent/components/ProductionDialog.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/views/procureMent/components/ProductionDialog.vue b/src/views/procureMent/components/ProductionDialog.vue index 3360364..31a6243 100644 --- a/src/views/procureMent/components/ProductionDialog.vue +++ b/src/views/procureMent/components/ProductionDialog.vue @@ -174,9 +174,8 @@ value: item.id, label: item.coal, })); - console.log(supplyList.value, coalList.value); } catch (error) { - console.error("鑾峰彇涓嬫媺鏁版嵁澶辫触:", error); + ElMessage.error("鑾峰彇涓嬫媺鏁版嵁澶辫触锛岃绋嶅悗閲嶈瘯"); } }; @@ -334,7 +333,6 @@ const formRef = ref(null); // 鎻愪氦琛ㄥ崟 const handleSubmit = async () => { - console.log("鎻愪氦琛ㄥ崟", form.value); if (!formRef.value) return; await formRef.value.validate(async (valid) => { if (valid) { -- Gitblit v1.9.3