mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-04 05:00:25 +08:00
13 lines
176 B
JavaScript
13 lines
176 B
JavaScript
Tea.context(function () {
|
|
this.selectList = function (list) {
|
|
NotifyPopup({
|
|
code: 200,
|
|
data: {
|
|
list: {
|
|
id: list.id,
|
|
name: list.name
|
|
}
|
|
}
|
|
})
|
|
}
|
|
}) |