修改翻页传参
This commit is contained in:
@@ -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
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user