fix: SMF-CDR时间可选查询范围,无数据loading关闭

This commit is contained in:
TsMask
2025-01-20 20:23:40 +08:00
parent 80b9cd83fb
commit 208d14d65a
2 changed files with 41 additions and 18 deletions

View File

@@ -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}`,