From eda75f0599d5cf2863ecde114c0da26cfc986969 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 03 六月 2025 09:23:17 +0800
Subject: [PATCH] 顶部样式修改

---
 src/views/production/index.vue |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/views/production/index.vue b/src/views/production/index.vue
index dbad178..1838b1b 100644
--- a/src/views/production/index.vue
+++ b/src/views/production/index.vue
@@ -127,7 +127,6 @@
     tableData.value = res.data.list
     pagination.total = res.data.total
   } catch (error) {
-    console.error('鑾峰彇鏁版嵁澶辫触:', error)
     ElMessage.error('鑾峰彇鏁版嵁澶辫触')
   } finally {
     loading.value = false
@@ -186,7 +185,6 @@
     }
     getList()
   } catch (error) {
-    console.error(dialogType.value === 'add' ? '鏂板澶辫触:' : '鏇存柊澶辫触:', error)
     ElMessage.error(dialogType.value === 'add' ? '鏂板澶辫触' : '鏇存柊澶辫触')
   }
 }
@@ -230,7 +228,6 @@
       navigator.msSaveBlob(blob, fileName)
     }
   } catch (error) {
-    console.error('瀵煎嚭澶辫触:', error)
     ElMessage.error('瀵煎嚭澶辫触')
   }
 }

--
Gitblit v1.9.3