|
@@ -24,7 +24,7 @@ Page({
|
|
|
content: {
|
|
|
"type": 1,
|
|
|
"pageNumber": 1,
|
|
|
- "pageSize": 2,
|
|
|
+ "pageSize": 20,
|
|
|
"isExport": 0,
|
|
|
"where": {
|
|
|
"condition": "",
|
|
@@ -125,11 +125,12 @@ Page({
|
|
|
['content.pageNumber']: 1
|
|
|
})
|
|
|
if (this.data.content.pageNumber > this.data.content.pageTotal) return;
|
|
|
+ console.log(this.data.content)
|
|
|
_Http.basic({
|
|
|
"id": 20221012164402,
|
|
|
content: this.data.content
|
|
|
}).then(res => {
|
|
|
- console.log(res)
|
|
|
+ console.log("客户列表",res)
|
|
|
this.selectComponent('#ListBox').RefreshToComplete();
|
|
|
if (res.msg != '成功') return wx.showToast({
|
|
|
title: res.data,
|