浏览代码

no message

DESKTOP-SVI9JE1\muzen 1 年之前
父节点
当前提交
f8571e7ae1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>