wolyshaw %!s(int64=4) %!d(string=hai) anos
pai
achega
0bc6e66e68
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/store/modules/selects.js

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

@@ -126,7 +126,7 @@ export default {
       }
     },
     async setTechnician({commit,state},force){
-      if ((!state.educations.length || force === true) && !loadings.commit_technician) {
+      if ((!state.technician.length || force === true) && !loadings.commit_technician) {
         loadings.commit_technician = true
         try {
           const res = await findTechnician()