mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 14:08:22 +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) =>{
|
||||
if(catlist.has(v.text.__()))
|
||||
{
|
||||
cat_list_data.push({
|
||||
text: v.text,
|
||||
iconclass: v.iconclass
|
||||
});
|
||||
cat_list_data.push(v);
|
||||
catlist.delete(v.text.__());
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user