Commit 04cd2733ac6bfa21aaf231e76c798b1bfa06e874
1 parent
b1a92c73
perf: configuration page add platform filter condition
Showing
1 changed file
with
2 additions
and
1 deletions
... | ... | @@ -85,7 +85,8 @@ export default { |
85 | 85 | let httpData = { |
86 | 86 | page: pageNo, |
87 | 87 | pageSize: 10, |
88 | - name: organizationV | |
88 | + name: organizationV, | |
89 | + platform: 'phone' | |
89 | 90 | }; |
90 | 91 | uni.$u.http |
91 | 92 | .get('/yt/configuration/center', { params: httpData, custom: { load: false } }) | ... | ... |