From 7ccaeffd3956f7def39920be704d5fcc24f85d00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=88=E5=85=86=E5=A2=9E?= <你的邮箱@example.com> Date: Mon, 27 Apr 2026 11:58:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=9F=E8=83=BD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot --- frontend/index.html | 2 +- .../src/api/guoYuSheShiShuJuTianBao/index.ts | 17 +- frontend/src/views/login-sjtb/index.vue | 20 ++- .../guoYuSheShiShuJuTianBaoSearch.vue | 28 +++- .../guoYuSheShiShuJuTianBaoTable.vue | 22 +-- .../guoYuSheShiShuJuTianBao/index.vue | 151 ++++++++---------- 6 files changed, 126 insertions(+), 114 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index e5fed2d..b90f83a 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -6,7 +6,7 @@ - 水电水利建设项目全过程环境管理信息平台 + 水电水利建设项目全过程数据填报系统
diff --git a/frontend/src/api/guoYuSheShiShuJuTianBao/index.ts b/frontend/src/api/guoYuSheShiShuJuTianBao/index.ts index bd5eb6d..b3fd165 100644 --- a/frontend/src/api/guoYuSheShiShuJuTianBao/index.ts +++ b/frontend/src/api/guoYuSheShiShuJuTianBao/index.ts @@ -65,14 +65,6 @@ export function importFishZip(data:FormData) { headers: { 'Content-Type': 'multipart/form-data' } }); } -// 提交导入任务 -export function submitImportTask(data:any) { - return request({ - url: '/data/fishDraft/submitDrafts', - method: 'post', - data - }); -} // 取消导入任务 export function cancelImportTask(data:any) { return request({ @@ -105,3 +97,12 @@ export function batchSaveDraft(data:any) { data }); } + +// 标记导入任务为成功 +export function markImportTaskSuccess(data:any) { + return request({ + url: '/data/importTask/markSuccess', + method: 'post', + data + }); +} diff --git a/frontend/src/views/login-sjtb/index.vue b/frontend/src/views/login-sjtb/index.vue index 7cc8bdb..79bd136 100644 --- a/frontend/src/views/login-sjtb/index.vue +++ b/frontend/src/views/login-sjtb/index.vue @@ -159,6 +159,11 @@ > 登录 +
+ + 注册 + +