fix: 修复src/views.infra/job/index中删除按钮因为传参错误导致删除功能报错
This commit is contained in:
parent
44efb13c0e
commit
51198e12a2
@ -106,7 +106,7 @@
|
|||||||
<el-button
|
<el-button
|
||||||
type="danger"
|
type="danger"
|
||||||
link
|
link
|
||||||
@click="handleDelete(scope.row)"
|
@click="handleDelete(scope.row.id)"
|
||||||
v-hasPermi="['infra:job:delete']"
|
v-hasPermi="['infra:job:delete']"
|
||||||
>
|
>
|
||||||
删除
|
删除
|
||||||
|
Loading…
Reference in New Issue
Block a user