...
|
...
|
@@ -148,11 +148,11 @@ |
|
|
success: function(resp){
|
|
|
if(resp.code==200){
|
|
|
//当前az2是灰度
|
|
|
$("#az2_service_switch_online").removeAttr("disabled");
|
|
|
$("#az2_service_switch_gray").removeAttr("disabled");
|
|
|
if(resp.data.az2InGray){
|
|
|
$("#az2_service_switch_online").removeAttr("disabled");
|
|
|
changeSwitchBtnStatus("disabled");
|
|
|
}else{
|
|
|
$("#az2_service_switch_gray").removeAttr("disabled");
|
|
|
changeSwitchBtnStatus("enable");
|
|
|
}
|
|
|
drawData(resp.data);
|
...
|
...
|
|