|
@@ -211,11 +211,8 @@ function initTable(table) {
|
|
|
var datas = {
|
|
|
page: 1,
|
|
|
limit: 10,
|
|
|
-
|
|
|
}
|
|
|
var count = 0
|
|
|
-
|
|
|
-
|
|
|
function initTables(datas) {
|
|
|
$.ajax({
|
|
|
url: PATH + '/yxnn/getDocumentPage',
|
|
@@ -228,6 +225,7 @@ function initTables(datas) {
|
|
|
layui.table.render({
|
|
|
elem: '#yxnnTable'
|
|
|
, cellMinWidth: 80 //全局定义常规单元格的最小宽度,
|
|
|
+ ,limit:data.data.data.length
|
|
|
, cols: [[
|
|
|
{ field: 'id', width: 80, title: 'ID', }
|
|
|
, { field: 'uploaderPhone', title: '电话', width: 150, }
|