From 26e4c899dbd04b39e9dfb334c447b2bdf6f71cfb Mon Sep 17 00:00:00 2001 From: ljx <15723110242@139.com> Date: Tue, 2 Sep 2025 20:37:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/views/contract/division/index.vue | 8 ----- src/views/contract/limitPrice/index.vue | 8 ----- src/views/design/billofQuantities/index.vue | 11 ++++--- .../materialIssue/index.vue | 33 ++++++++++--------- .../materialIssue/word/index.vue | 2 +- src/views/tender/bidd/index.vue | 2 +- 7 files changed, 27 insertions(+), 39 deletions(-) diff --git a/.env.development b/.env.development index 9ab76bb..beee2bd 100644 --- a/.env.development +++ b/.env.development @@ -6,7 +6,7 @@ VITE_APP_ENV = 'development' # 开发环境 # 李陈杰 209 -VITE_APP_BASE_API = 'http://192.168.110.180:8899' +VITE_APP_BASE_API = 'http://192.168.110.209:8899' # 曾涛 # VITE_APP_BASE_API = 'http://192.168.110.180:8899' # 罗成 diff --git a/src/views/contract/division/index.vue b/src/views/contract/division/index.vue index f66b063..b8e6768 100644 --- a/src/views/contract/division/index.vue +++ b/src/views/contract/division/index.vue @@ -337,18 +337,10 @@ const getVersionNums = async () => { getSheetName(); } else { treeForm.value.versions = ''; - ElMessage({ - message: '获取版本号失败', - type: 'warning' - }); } } } catch (error) { console.log(error); - ElMessage({ - message: '获取版本号失败', - type: 'warning' - }); } }; //获取表名 diff --git a/src/views/contract/limitPrice/index.vue b/src/views/contract/limitPrice/index.vue index 7991ac8..3911878 100644 --- a/src/views/contract/limitPrice/index.vue +++ b/src/views/contract/limitPrice/index.vue @@ -150,18 +150,10 @@ const getVersionNums = async () => { getSheetName(); } else { queryForm.value.versions = ''; - ElMessage({ - message: '获取版本号失败', - type: 'warning' - }); } } } catch (error) { console.log(error); - ElMessage({ - message: '获取版本号失败', - type: 'warning' - }); } }; //选择版本号 diff --git a/src/views/design/billofQuantities/index.vue b/src/views/design/billofQuantities/index.vue index 7a45fe1..e345bca 100644 --- a/src/views/design/billofQuantities/index.vue +++ b/src/views/design/billofQuantities/index.vue @@ -6,7 +6,7 @@ - + @@ -166,6 +166,7 @@ const handleTabChange = (tab) => { onMounted(async () => { await getVersionNums(); }); + // 获取版本号 async function getVersionNums(isSheet = true) { try { @@ -242,10 +243,10 @@ async function handleSheetName() { // 获取列表 async function handleQueryList(isSheet = true) { - if (isSheet && !state.queryForm.sheet) { - console.warn('表名不存在,无法获取列表数据'); - return; - } + // if (isSheet && !state.queryForm.sheet) { + // console.warn('表名不存在,无法获取列表数据'); + // return; + // } try { state.loading.list = true; diff --git a/src/views/materials/materialsEquipment/materialIssue/index.vue b/src/views/materials/materialsEquipment/materialIssue/index.vue index cad64f8..8f3e7ae 100644 --- a/src/views/materials/materialsEquipment/materialIssue/index.vue +++ b/src/views/materials/materialsEquipment/materialIssue/index.vue @@ -126,11 +126,11 @@ - - + + @@ -171,13 +171,9 @@ --> - + + +