This commit is contained in:
parent
59f3375f9b
commit
ab0c82db0e
|
|
@ -227,9 +227,6 @@ function checkAllList(list, obj) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function getMouseover(data) {
|
function getMouseover(data) {
|
||||||
for (let i = 0; i < 10; i++) {
|
|
||||||
data.push(data[0]);
|
|
||||||
}
|
|
||||||
let html = '<table class="classTable" lay-skin="line" lay-size="sm" style="width: 100%;">' +
|
let html = '<table class="classTable" lay-skin="line" lay-size="sm" style="width: 100%;">' +
|
||||||
'<thead>' +
|
'<thead>' +
|
||||||
'<tr>' +
|
'<tr>' +
|
||||||
|
|
|
||||||
|
|
@ -134,9 +134,6 @@ function initTable(dataList, limit, page) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function getMouseover(data) {
|
function getMouseover(data) {
|
||||||
for (let i = 0; i < 10; i++) {
|
|
||||||
data.push(data[0]);
|
|
||||||
}
|
|
||||||
let html = '<table class="classTable" lay-skin="line" lay-size="sm" style="width: 100%;">' +
|
let html = '<table class="classTable" lay-skin="line" lay-size="sm" style="width: 100%;">' +
|
||||||
'<thead>' +
|
'<thead>' +
|
||||||
'<tr>' +
|
'<tr>' +
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue