Commit 9763f0d5 authored by danfuman's avatar danfuman

修改

parent 7e25454f
......@@ -355,6 +355,9 @@ export default {
if(this.queryParams.order){
params.order=this.queryParams.order
}
if(this.queryParams.keyword){
params.keyword=this.queryParams.keyword
}
urbanInvestmentPage(params).then(res => {
this.tableLoading = false
......
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