wolyshaw hace 4 años
padre
commit
89a3182757
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

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