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)