Commit 35406fda authored by 罗林杰's avatar 罗林杰

修改查询

parent 6742118e
...@@ -146,7 +146,8 @@ export default { ...@@ -146,7 +146,8 @@ export default {
queryParams: { queryParams: {
page: 1, page: 1,
rows: 10, rows: 10,
flag: '' flag: '',
memSort: '0'
}, },
total: 0, total: 0,
fullscreenLoading: false, fullscreenLoading: false,
...@@ -197,7 +198,8 @@ export default { ...@@ -197,7 +198,8 @@ export default {
rows: 10, rows: 10,
status: '1', status: '1',
memCity: '', memCity: '',
memMaxEducation: '' memMaxEducation: '',
memSort: '0'
} }
this.loadData() this.loadData()
}, },
......
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