Commit 51198e12 by 蔚文纲

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

parent 44efb13c
......@@ -106,7 +106,7 @@
<el-button
type="danger"
link
@click="handleDelete(scope.row)"
@click="handleDelete(scope.row.id)"
v-hasPermi="['infra:job:delete']"
>
删除
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment