mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-17 14:20:25 +08:00
8 lines
148 B
JavaScript
8 lines
148 B
JavaScript
|
|
Tea.context(function () {
|
||
|
|
this.success = NotifyPopup
|
||
|
|
this.regionId = 0
|
||
|
|
|
||
|
|
this.selectRegion = function (region) {
|
||
|
|
this.regionId = region.id
|
||
|
|
}
|
||
|
|
})
|