From ee3446b90d4317e6c5f60b8c747015fcb2494e67 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 03 六月 2025 09:56:36 +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