修改翻页传参

This commit is contained in:
liuyuan
2025-06-16 16:04:38 +08:00
parent 4cbf135d58
commit e7669413e6

View File

@@ -365,8 +365,8 @@ export default {
url: this.$http.adornUrl("/master/taihuTalent/getTaihuTalents"),
method: "post",
data: this.$http.adornData({
current: this.current,
limit: this.limit,
current: this.pageIndex,
limit: this.pageSize,
name: this.dataForm.name,
region: this.dataForm.region
}),