Skip to content

Commit 51198e1

Browse files
author
蔚文纲
committed
fix: 修复src/views.infra/job/index中删除按钮因为传参错误导致删除功能报错
1 parent 44efb13 commit 51198e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/infra/job/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<el-button
107107
type="danger"
108108
link
109-
@click="handleDelete(scope.row)"
109+
@click="handleDelete(scope.row.id)"
110110
v-hasPermi="['infra:job:delete']"
111111
>
112112
删除

0 commit comments

Comments
 (0)