DESKTOP-SVI9JE1\muzen 1 vuosi sitten
vanhempi
commit
f8571e7ae1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/components/GanttChart/index.vue

+ 1 - 1
src/components/GanttChart/index.vue

@@ -274,7 +274,7 @@ const deviceName = (val) => {
 }
 
 const storeName = (val) => {
-  let e = storeData.options.find(i => i.id === val)
+  let e = storeData.options.find(i => i.id == val)
   return e ? e.name : val
 }
 </script>