From 9cecbeaa2034d5070ac5a93677d8081b45f58d38 Mon Sep 17 00:00:00 2001 From: fengsen <2548667232@qq.com> Date: Mon, 1 Sep 2025 09:22:12 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/design/volumeCatalog/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/design/volumeCatalog/index.vue b/src/views/design/volumeCatalog/index.vue index e3dcf79..d5bdf35 100644 --- a/src/views/design/volumeCatalog/index.vue +++ b/src/views/design/volumeCatalog/index.vue @@ -150,8 +150,7 @@ :fileType="['pdf']" :isShowTip="false" :fileSize="100" - v-hasPermi="['system:oss:upload']" - v-model="uploadForm.fileIds" + . v-model="uploadForm.fileIds" > From ddccc64586876e167f524396aeb58bda000f92b8 Mon Sep 17 00:00:00 2001 From: fengsen <2548667232@qq.com> Date: Tue, 2 Sep 2025 15:08:39 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=B7=A5=E7=A8=8B=E9=87=8F=E6=B8=85?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- src/views/design/billofQuantities/index.vue | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.env.development b/.env.development index 9ab76bb..082fb34 100644 --- a/.env.development +++ b/.env.development @@ -6,11 +6,11 @@ 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' # 罗成 -# VITE_APP_BASE_API = 'http://192.168.110.188:8899' +VITE_APP_BASE_API = 'http://192.168.110.188:8899' # 朱银 # VITE_APP_BASE_API = 'http://192.168.110.149:8899' #曾涛 diff --git a/src/views/design/billofQuantities/index.vue b/src/views/design/billofQuantities/index.vue index 7a45fe1..f06612c 100644 --- a/src/views/design/billofQuantities/index.vue +++ b/src/views/design/billofQuantities/index.vue @@ -242,10 +242,10 @@ async function handleSheetName() { // 获取列表 async function handleQueryList(isSheet = true) { - if (isSheet && !state.queryForm.sheet) { - console.warn('表名不存在,无法获取列表数据'); - return; - } + // if (isSheet && !state.queryForm) { + // console.warn('表名不存在,无法获取列表数据'); + // return; + // } try { state.loading.list = true; @@ -303,7 +303,7 @@ function handleChange(sheet) { function handleChangeVersion(versions) { state.queryForm.versions = versions; state.versionsData = state.options.find((e) => e.versions == versions); - console.log('state.versionsData', state.versionsData); + // console.log('state.versionsData', state.versionsData); state.sheets = []; handleQueryList(); }