🔨 重构主机模块.
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
});
|
||||
|
||||
onMounted(() => {
|
||||
cacheStore.loadHosts().then(hosts => {
|
||||
cacheStore.loadHosts(undefined).then(hosts => {
|
||||
data.value = hosts.map(s => {
|
||||
return {
|
||||
value: String(s.id),
|
||||
|
||||
Reference in New Issue
Block a user