Commit 4a4c2aa7 by golton_gao

fix: 解决ios系统下url中有空格会导致请求报错的问题

parent 88da5fb6
Showing with 1 additions and 1 deletions
......@@ -418,7 +418,7 @@ export default {
params: {
page: 1,
rows: 5,
state: "0, 1, 2, 3, 4",
state: "0,1,2,3,4",
fnumber: this.uid,
// complaintBeginDate:this.searchForm.complaintBeginDate,
// complaintEndDate:this.searchForm.complaintEndDate
......
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 sign in to comment