Commit c5fb4936 authored by miaojiale's avatar miaojiale

修改字段

parent e21b3a91
......@@ -111,8 +111,8 @@ export default {
handleSearch() {
this.listLoading = true
let data = {
pageSize: this.pageSize,
pageNum: this.pageIndex,
size: this.pageSize,
current: this.pageIndex,
patientFrom: this.selectedIndex == "0" ? null : this.selectedIndex,
}
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