From 4e503ef7b23fd10297e3e60673d6b511c32a727f Mon Sep 17 00:00:00 2001 From: wkc <978997012@qq.com> Date: Fri, 27 Feb 2026 10:08:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E6=88=90=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E9=A6=96=E9=A1=B5=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除不需要的 @detail 事件监听器 - 移除不再使用的 handleDetail 方法 - 清理代码,保持事件监听器的简洁性 相关任务:Task 5 - 更新 index.vue 并全面测试 --- ruoyi-ui/src/views/ccdiProject/index.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ruoyi-ui/src/views/ccdiProject/index.vue b/ruoyi-ui/src/views/ccdiProject/index.vue index ca3dd97..95f44e3 100644 --- a/ruoyi-ui/src/views/ccdiProject/index.vue +++ b/ruoyi-ui/src/views/ccdiProject/index.vue @@ -21,7 +21,6 @@ :total="total" :page-params="queryParams" @pagination="getList" - @detail="handleDetail" @enter="handleEnter" @view-result="handleViewResult" @re-analyze="handleReAnalyze" @@ -195,11 +194,6 @@ export default { this.addDialogTitle = '创建高风险专项项目' this.addDialogVisible = true }, - /** 查看详情 */ - handleDetail(row) { - console.log('查看详情:', row) - this.$modal.msgInfo('查看项目详情: ' + row.projectName) - }, /** 进入项目 */ handleEnter(row) { console.log('进入项目:', row)