bug修复
This commit is contained in:
parent
94ed58d51a
commit
64d43ba2a0
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user