Authored by jack.xue

clear alert info

... ... @@ -108,7 +108,6 @@
type: "aws"
},
success: function (response) {
alert(response)
updatePieApi(response.data)
},
error: function (e) {
... ... @@ -168,7 +167,7 @@
var pieData = [];
var pieLend = [];
alert(data)
for (var i = 0; i < data.length; i++) {
pieData.push({name: data[i].name, value: data[i].count});
... ...