Commit 06bfccfa authored by yaya's avatar yaya

feat:修改接口传参

parent 3d6c3811
...@@ -157,7 +157,7 @@ export default { ...@@ -157,7 +157,7 @@ export default {
listQuery: { listQuery: {
page: 1, page: 1,
size: 20, size: 20,
type: 3 typeStr: '2,3'
}, },
list: [], list: [],
total: 0, total: 0,
...@@ -183,7 +183,7 @@ export default { ...@@ -183,7 +183,7 @@ export default {
this.listQuery = { this.listQuery = {
page: 1, page: 1,
limit: 20, limit: 20,
type: 3 typeStr: '2,3'
} }
this.getList() this.getList()
}, },
......
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