Update Admin.php

This commit is contained in:
wolfcode
2025-03-27 20:14:06 +08:00
committed by GitHub
parent bc03616e43
commit de07c44890

View File

@@ -124,7 +124,7 @@ class Admin extends AdminController
}
$save ? $this->success('保存成功') : $this->error('保存失败');
}
$row->auth_ids = explode(',', $row->auth_ids ?: '');
// $row->auth_ids = explode(',', $row->auth_ids ?: '');
$this->assign('row', $row);
return $this->fetch();
}