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) {