From 5cfd9000760ded99f50f2274160429a64eb15893 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Wed, 25 Jun 2025 09:50:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- src/api/system/documentArchives.js | 10 ++++ src/views/archivesMIOD/miodLibrary/index.vue | 48 +++++++++++---- .../miodLibrary/module/detail.vue | 2 +- .../miodSearch/module/resultList.vue | 2 +- src/views/home.vue | 59 ++++++++++++++++--- 6 files changed, 99 insertions(+), 26 deletions(-) diff --git a/.env.development b/.env.development index c3aec70..480c1d9 100644 --- a/.env.development +++ b/.env.development @@ -3,8 +3,8 @@ ENV = 'development' # 接口地址 # 许镇-本地服地址 -# VUE_APP_BASE_API = 'http://192.168.99.72:13000' -VUE_APP_BASE_API = 'http://192.168.99.67:13000' +VUE_APP_BASE_API = 'http://192.168.99.72:13000' +# VUE_APP_BASE_API = 'http://192.168.99.67:13000' VUE_APP_AIDEEPSEEK_API = 'http://192.168.99.86:12123' VUE_APP_PROCESSMODEL_API = 'http://192.168.99.72:11200' diff --git a/src/api/system/documentArchives.js b/src/api/system/documentArchives.js index b7e9f02..1b2f8bf 100644 --- a/src/api/system/documentArchives.js +++ b/src/api/system/documentArchives.js @@ -210,6 +210,15 @@ export function FetchHomeBorrowLog(params) { }) } +// 首页办理实现提醒 +export function FetchHomeRemindHandle(params) { + return request({ + url: 'api/overview/getHomeRemindHandle', + method: 'get', + params + }) +} + // 档案检索 export function FetchDocumentArchivesSearch(params) { return request({ @@ -368,6 +377,7 @@ export default { FetchInitStatisBase, FetchDocumentByDocDepartment, FetchHomeBorrowLog, + FetchHomeRemindHandle, FetchDocumentArchivesSearch, FetchSearchHistory, FetchSeniorSearch, diff --git a/src/views/archivesMIOD/miodLibrary/index.vue b/src/views/archivesMIOD/miodLibrary/index.vue index 0fe4825..c1cba8a 100644 --- a/src/views/archivesMIOD/miodLibrary/index.vue +++ b/src/views/archivesMIOD/miodLibrary/index.vue @@ -23,10 +23,14 @@ 编辑 删除 - + 导出 + + + 批量导出 +