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