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