fix: 修复src/views.infra/job/index中删除按钮因为传参错误导致删除功能报错

This commit is contained in:
蔚文纲 2023-07-10 17:51:10 +08:00
parent 44efb13c0e
commit 51198e12a2

View File

@ -106,7 +106,7 @@
<el-button
type="danger"
link
@click="handleDelete(scope.row)"
@click="handleDelete(scope.row.id)"
v-hasPermi="['infra:job:delete']"
>
删除