Skip to content

Commit e1f5cb7

Browse files
committed
fix🐛: 修复登陆日志删除前端参数问题
1 parent e72c91c commit e1f5cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/admin/sys-login-log/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ export default {
280280
cancelButtonText: '取消',
281281
type: 'warning'
282282
}).then(function() {
283-
return delSysLoginlog(Ids)
283+
return delSysLoginlog({ 'ids': Ids })
284284
}).then((response) => {
285285
if (response.code === 200) {
286286
this.msgSuccess(response.msg)

0 commit comments

Comments
 (0)