Commit c5fb4936 authored by miaojiale's avatar miaojiale

修改字段

parent e21b3a91
...@@ -111,8 +111,8 @@ export default { ...@@ -111,8 +111,8 @@ export default {
handleSearch() { handleSearch() {
this.listLoading = true this.listLoading = true
let data = { let data = {
pageSize: this.pageSize, size: this.pageSize,
pageNum: this.pageIndex, current: this.pageIndex,
patientFrom: this.selectedIndex == "0" ? null : this.selectedIndex, patientFrom: this.selectedIndex == "0" ? null : this.selectedIndex,
} }
getPatientPage(data).then((res) => { getPatientPage(data).then((res) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment