bug修复

This commit is contained in:
zhangjunwen 2024-06-07 08:43:43 +08:00
parent 94ed58d51a
commit 64d43ba2a0

View File

@ -601,7 +601,7 @@ export default {
// }, // },
/** 根据value获取label */ /** 根据value获取label */
labelShow(fieldList, fieldValue) { labelShow(fieldList, fieldValue) {
const field = fieldList.find((item) => item.equipId == fieldValue); const field = fieldList.find((item) => item.id == fieldValue);
return field && field.equipName ? field.equipName : ""; return field && field.equipName ? field.equipName : "";
}, },
getMonitorPartList() { getMonitorPartList() {