Explorar o código

fix🐛: 修复登陆日志删除前端参数问题

zhangwenjian %!s(int64=4) %!d(string=hai) anos
pai
achega
e1f5cb7cd1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/admin/sys-login-log/index.vue

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

@@ -280,7 +280,7 @@ export default {
         cancelButtonText: '取消',
         type: 'warning'
       }).then(function() {
-        return delSysLoginlog(Ids)
+        return delSysLoginlog({ 'ids': Ids })
       }).then((response) => {
         if (response.code === 200) {
           this.msgSuccess(response.msg)