|
|
@ -214,6 +214,7 @@ |
|
|
|
{{# } }} |
|
|
|
{{# } }} |
|
|
|
</script> |
|
|
|
</script> |
|
|
|
<script> |
|
|
|
<script> |
|
|
|
|
|
|
|
var local_storage_key = 'data_table_col_list'; |
|
|
|
$(function () { |
|
|
|
$(function () { |
|
|
|
layui.form.on('checkbox(dataStatus)', function(data){ |
|
|
|
layui.form.on('checkbox(dataStatus)', function(data){ |
|
|
|
if(data.elem.checked){ |
|
|
|
if(data.elem.checked){ |
|
|
@ -421,6 +422,7 @@ |
|
|
|
loading: true, |
|
|
|
loading: true, |
|
|
|
cols: [tableCols], |
|
|
|
cols: [tableCols], |
|
|
|
done: function (res, curr, count) { |
|
|
|
done: function (res, curr, count) { |
|
|
|
|
|
|
|
tableDone(this.elem, ins.config.cols[0], local_storage_key); |
|
|
|
if(res.code == -1){ |
|
|
|
if(res.code == -1){ |
|
|
|
$('#lock-screen').css('display','flex'); |
|
|
|
$('#lock-screen').css('display','flex'); |
|
|
|
} |
|
|
|
} |
|
|
|