mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-21 00:30:26 +08:00
[节点]可以设置节点区域
This commit is contained in:
8
web/views/@default/clusters/regions/selectPopup.js
Normal file
8
web/views/@default/clusters/regions/selectPopup.js
Normal file
@@ -0,0 +1,8 @@
|
||||
Tea.context(function () {
|
||||
this.success = NotifyPopup
|
||||
this.regionId = 0
|
||||
|
||||
this.selectRegion = function (region) {
|
||||
this.regionId = region.id
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user