Files
waf-platform/EdgeAdmin/web/views/@default/clusters/regions/selectPopup.js
2026-02-04 20:27:13 +08:00

8 lines
148 B
JavaScript

Tea.context(function () {
this.success = NotifyPopup
this.regionId = 0
this.selectRegion = function (region) {
this.regionId = region.id
}
})