2020-12-02 16:09:23 +08:00
|
|
|
Tea.context(function () {
|
|
|
|
|
this.success = function (resp) {
|
2021-12-12 20:24:15 +08:00
|
|
|
window.location = "/servers/components/waf/exportDownload?key=" + resp.data.key + "&policyId=" + resp.data.id
|
2020-12-02 16:09:23 +08:00
|
|
|
}
|
|
|
|
|
})
|