diff --git a/src/views/storeManage/warehouse3D/deseCabinet/index.vue b/src/views/storeManage/warehouse3D/deseCabinet/index.vue index 5b16b19..afa3617 100644 --- a/src/views/storeManage/warehouse3D/deseCabinet/index.vue +++ b/src/views/storeManage/warehouse3D/deseCabinet/index.vue @@ -180,7 +180,7 @@ export default { } getDeviceList(params).then(data => { data.content.map(item => { - if (item.deviceTypeId.name === '密集架' && item.deviceName === '档案库_密集架') { // 写死状态 + if (item.deviceTypeId.name === '密集架') { // 写死状态 this.deviceData = item this.totalPartRowNum = item.partNo * item.rowNo let rowNo