修复前端不能删除的bug

This commit is contained in:
bjdgyc
2021-08-24 20:08:12 +08:00
parent e4270f724b
commit b4f88e154c
9 changed files with 27612 additions and 19 deletions

View File

@@ -52,7 +52,7 @@
<template slot-scope="scope">
<el-popconfirm
class="m-left-10"
@onConfirm="handleDel(scope.row)"
@confirm="handleDel(scope.row)"
title="确定要删除审计日志吗?">
<el-button
slot="reference"