mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-27 09:48:21 +01:00
fix setting save bug
This commit is contained in:
parent
445f25bdbf
commit
1a132178c3
Binary file not shown.
@ -338,10 +338,7 @@ namespace OS {
|
|||||||
.forEach((v) =>{
|
.forEach((v) =>{
|
||||||
if(catlist.has(v.text.__()))
|
if(catlist.has(v.text.__()))
|
||||||
{
|
{
|
||||||
cat_list_data.push({
|
cat_list_data.push(v);
|
||||||
text: v.text,
|
|
||||||
iconclass: v.iconclass
|
|
||||||
});
|
|
||||||
catlist.delete(v.text.__());
|
catlist.delete(v.text.__());
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user