fix: SMF-CDR时间可选查询范围,无数据loading关闭
This commit is contained in:
@@ -404,10 +404,8 @@ function fnRanderChartDataLoad() {
|
||||
// 绘制图数据
|
||||
fnRanderChartDataUpdate();
|
||||
} else {
|
||||
cdrChart.showLoading('default', {
|
||||
text: 'No Data',
|
||||
fontSize: 16, // 字体大小
|
||||
});
|
||||
message.warning('No Data');
|
||||
cdrChart.hideLoading();
|
||||
cdrChart.setOption({
|
||||
title: {
|
||||
text: `Data Volume Uplink / Downlink By IMSI ${queryParams.subscriberID}`,
|
||||
|
||||
Reference in New Issue
Block a user