Commit 18c9dc822792cea1bdae3b26ca3a32990b1d2fb7
Merge branch 'ww' into 'main'
perf: configuration page add platform filter condition See merge request huang/thingskit-app!74
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 } }) | ... | ... |