mirror of https://github.com/jumpserver/jumpserver
[Bugfix] 修复 ApiUpdateAttr的bug
parent
951ac252fe
commit
0b812a03c6
|
@ -170,10 +170,8 @@ function APIUpdateAttr(props) {
|
||||||
dataType: props.data_type || "json"
|
dataType: props.data_type || "json"
|
||||||
}).done(function(data, textStatue, jqXHR) {
|
}).done(function(data, textStatue, jqXHR) {
|
||||||
if (flash_message) {
|
if (flash_message) {
|
||||||
if (send_message) {
|
|
||||||
toastr.success(success_message);
|
toastr.success(success_message);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
if (typeof props.success === 'function') {
|
if (typeof props.success === 'function') {
|
||||||
return props.success(data);
|
return props.success(data);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue