DESKTOP-SVI9JE1\muzen 1 anno fa
parent
commit
f8571e7ae1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>