|
@@ -47,7 +47,7 @@ export default {
|
|
|
async setSubject ({ commit, state }, force) {
|
|
|
if (!state.subjects.length || force === true) {
|
|
|
try {
|
|
|
- const res = await getSubject({ rows: 9999 })
|
|
|
+ const res = await getSubject({rows: 9999, tenantId: '1'})
|
|
|
commit('commit_subjects', res.data)
|
|
|
} catch (error) { }
|
|
|
}
|