Commit fb9e988c6984ad9e869ded489ccb3245aa851f14

Authored by chenxt
1 parent d9cd5ff0

解决报错

src/mes/common/siderInfoComponent/index.js
... ... @@ -647,7 +647,7 @@ const DeviceTargetInfoComponent = () => {
647 647 <div className={styles.deviceTargetInfo}>
648 648 <div className="mesTitle" style={{ padding: "10px 10px 5px" }}>
649 649 <img src={iocnObj.facilityIcon} />
650   - {first.showName}
  650 + {sColumnConfig[0]?.showName}
651 651 </div>
652 652 {result.map((config, index) => {
653 653 // if (index > 4) return "";
... ...