Commit 18c9dc822792cea1bdae3b26ca3a32990b1d2fb7

Authored by xp.Huang
2 parents 3bf3f7f0 04cd2733

Merge branch 'ww' into 'main'

perf: configuration page add platform filter condition

See merge request huang/thingskit-app!74
... ... @@ -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 } })
... ...