From 9ae3d71b25ce49060d8de9a81f4b97bcebef261b Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 03 六月 2025 13:44:37 +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