Commit 8019c493 authored by yaqizhang's avatar yaqizhang

取消暂无数据

parent 1b3ea656
......@@ -1191,7 +1191,7 @@ function renderAlarmList(obj) {
$('.listContent').FontScroll({ time: 2000, num: 1 });
} else {
layLayer.alert('暂无数据');
// layLayer.alert('暂无数据');
}
}
......@@ -1250,7 +1250,7 @@ function mapSearch(data, cb, isOpenLayer = null) {
success: function (res) {
if (res.code == 0) {
if (res.data.pageData.length < 1) {
layLayer.alert('暂无数据');
// layLayer.alert('暂无数据');
} else {
var tmpHtml = '<table style="width:100%;" class="layui-table"><colgroup><col width="150"><col width="200"><col></colgroup><tbody>';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment