ljh 2 yıl önce
ebeveyn
işleme
e6888744d1

+ 1 - 3
nngkxxdp/src/main/resources/static/page/js/base/lr_index.js

@@ -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, }