浏览代码

pc边民查询修改

linbl 2 年之前
父节点
当前提交
5de324bd21
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sa-view/tb-people/tb-people-list.html

+ 1 - 1
sa-view/tb-people/tb-people-list.html

@@ -99,7 +99,7 @@
 					f5: function() {
 						sa.ajax('/level-one-server/TbPeople/getList', sa.removeNull(this.p), function(res) {
 							console.log("res",res)
-							this.dataList = res.data.records; // 数据
+							this.dataList = res.data; // 数据
 							this.dataCount = res.dataCount; // 数据总数
 							sa.f5TableHeight();		// 刷新表格高度
 						}.bind(this));