From 606ceeec5e0e11792c51f19998b64ada00c378c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Tue, 2 Jul 2024 00:19:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/trouble/pshProblemmodify/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ruoyi-ui/src/views/trouble/pshProblemmodify/index.vue b/ruoyi-ui/src/views/trouble/pshProblemmodify/index.vue index 3594baa1..a1e727aa 100644 --- a/ruoyi-ui/src/views/trouble/pshProblemmodify/index.vue +++ b/ruoyi-ui/src/views/trouble/pshProblemmodify/index.vue @@ -771,6 +771,10 @@ export default { `安全整改_${new Date().getTime()}.xlsx` ); }, + /** 查看详情 */ + handleDetail(row) { + this.$refs.sspProblemmodifyAuditinfoDrawer.show(row); + }, /** 是否可处理 */ getIsModify(row) { if (row.checkState == 0 || row.checkState == 3) {