mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-17 14:29:56 +02:00
enhance the core API and default application
This commit is contained in:
@ -179,15 +179,14 @@ detail:
|
||||
};
|
||||
|
||||
this.loglist.onitemclose = (e) => {
|
||||
let el;
|
||||
let el: TAG.ListViewItemTag;
|
||||
if (e && e.data) {
|
||||
el = e.data.item;
|
||||
}
|
||||
if (!el) {
|
||||
return true;
|
||||
}
|
||||
const data = el.get("data");
|
||||
console.log(data);
|
||||
const data = el.data;
|
||||
if (!data.selected) {
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user