From 3c4d54bcb66d7cec4a35defc999250e200b4fdd2 Mon Sep 17 00:00:00 2001 From: baizonghao <1719256278@qq.com> Date: 星期四, 25 五月 2023 15:39:37 +0800 Subject: [PATCH] 不予立案 --- src/views/workbench/Workbench.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/workbench/Workbench.vue b/src/views/workbench/Workbench.vue index 34b8b1d..5c59fb7 100644 --- a/src/views/workbench/Workbench.vue +++ b/src/views/workbench/Workbench.vue @@ -76,6 +76,7 @@ </el-col> </el-row> </el-card> + </div> </template> @@ -143,10 +144,11 @@ ) }, handleAudit(row) { - console.log(row) + window.open('/#/audit') }, toGroup(groupId) { console.log(groupId) + window.open('/#/group?id='+groupId) }, } } @@ -235,4 +237,4 @@ } } } -</style> \ No newline at end of file +</style> -- Gitblit v1.8.0