Skip to content

Commit 399d8af

Browse files
YunaiVgitee-org
authored andcommitted
!180 定时任务,删除功能报错
Merge pull request !180 from 死歌/master
2 parents 44efb13 + 51198e1 commit 399d8af

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)