This commit is contained in:
xiaozhiyong
2023-11-07 16:17:06 +08:00
parent d4d20013f0
commit 8c006d4f8b

View File

@@ -163,7 +163,7 @@
this.parameter.params.createTimeEnd = time[1]
},
search() {
// this.parameter.params['businessLeader'] = this.userInfo.id
this.parameter.params.businessLeader = this.userInfo.id
serve.getByPageRecharge(this.parameter).then(res => {
if (res.code !== 20000) return
this.listData = this.listData.concat(res.data.list);