Commit 06bfccfa authored by yaya's avatar yaya

feat:修改接口传参

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