Files
EdgeAdmin/web/views/@default/clusters/regions/selectPopup.js
2020-12-10 16:11:41 +08:00

8 lines
148 B
JavaScript

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