From 6b9dd0a1b0c259a02c086f7834467e1fa2c2a5ea Mon Sep 17 00:00:00 2001 From: 张诺 <zhang_12370@163.com> Date: 星期五, 30 五月 2025 17:58:54 +0800 Subject: [PATCH] 调整基础信息供应商模块,客户信息模块并新增联动查询省市区联动,修改table表格方法 --- 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