Files
EdgeAdmin/web/views/@default/clusters/regions/selectPopup.js

8 lines
148 B
JavaScript
Raw Normal View History

2020-12-10 16:11:41 +08:00
Tea.context(function () {
this.success = NotifyPopup
this.regionId = 0
this.selectRegion = function (region) {
this.regionId = region.id
}
})