fix: 更新cdr/ue时间强制转换数值类型
This commit is contained in:
@@ -301,7 +301,7 @@ function fnGetList(pageNum?: number) {
|
||||
|
||||
/**列表导出 */
|
||||
function fnExportList() {
|
||||
if (modalState.confirmLoading) return;
|
||||
if (modalState.confirmLoading || tablePagination.total === 0) return;
|
||||
Modal.confirm({
|
||||
title: t('common.tipTitle'),
|
||||
content: t('views.dashboard.ue.exportTip'),
|
||||
|
||||
Reference in New Issue
Block a user