修改翻页传参

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"), url: this.$http.adornUrl("/master/taihuTalent/getTaihuTalents"),
method: "post", method: "post",
data: this.$http.adornData({ data: this.$http.adornData({
current: this.current, current: this.pageIndex,
limit: this.limit, limit: this.pageSize,
name: this.dataForm.name, name: this.dataForm.name,
region: this.dataForm.region region: this.dataForm.region
}), }),