update list items by id
This commit is contained in:
parent
8c0f68e2d5
commit
d58f5bd61b
2 changed files with 7 additions and 8 deletions
|
|
@ -64,7 +64,7 @@ oml.ui.list = function() {
|
|||
&& ui.find.conditions[0].key == 'list'
|
||||
&& ui.find.conditions[0].operator == '=='
|
||||
)) {
|
||||
oml.$ui.folders.updateItems(data.items);
|
||||
oml.$ui.folders.updateItems(ui.find.conditions[0].value, data.items);
|
||||
}
|
||||
oml.$ui.statusbar.set('total', data);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue