Explorar el Código

Merge branch 'accompaniment' into Nov16thResetMusic

wolyshaw hace 4 años
padre
commit
6ec3d1417f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/store/modules/selects.js

+ 1 - 1
src/store/modules/selects.js

@@ -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) { }
       }