diff --git a/src/views/materialsStation/equipment/equipmentRecord/index.vue b/src/views/materialsStation/equipment/equipmentRecord/index.vue index 1b0482f5..d95e17af 100644 --- a/src/views/materialsStation/equipment/equipmentRecord/index.vue +++ b/src/views/materialsStation/equipment/equipmentRecord/index.vue @@ -355,6 +355,7 @@ export default { this.openRecord = true this.dialogQuery.keyWord = '' this.dialogQuery.typeId = row.typeId + this.dialogQuery.proId = row.proId this.getStoreCodeList() }, /** 查询在库编码列表 */ @@ -382,6 +383,7 @@ export default { this.openUseRecord = true this.dialogUseQuery.typeId = row.typeId this.dialogUseQuery.keyWord = '' + this.dialogUseQuery.proId = row.proId this.getUserRecords() }, /** 查询在用设备列表 */