Browse Source

no message

DESKTOP-SVI9JE1\muzen 1 năm trước cách đây
mục cha
commit
f8571e7ae1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>