mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-09 15:06:37 +08:00
parent
ec44ba9335
commit
b173e808c7
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ let selects = ref<any>([]);
|
||||||
const initData = () => ({
|
const initData = () => ({
|
||||||
path: '/',
|
path: '/',
|
||||||
expand: true,
|
expand: true,
|
||||||
showHidden: true,
|
showHidden: localStorage.getItem('show-hidden') === 'true',
|
||||||
page: 1,
|
page: 1,
|
||||||
pageSize: 100,
|
pageSize: 100,
|
||||||
search: '',
|
search: '',
|
||||||
|
|
Loading…
Add table
Reference in a new issue