Files
EdgeAdmin/web/views/@default/clusters/ip-addrs/addr/update.js

5 lines
154 B
JavaScript
Raw Normal View History

2021-08-31 17:24:30 +08:00
Tea.context(function () {
this.success = NotifySuccess("保存成功", Tea.url(".", {addrId: this.addr.id}))
this.addr.isUp = this.addr.isUp ? 1 : 0
2021-08-31 17:24:30 +08:00
})