diff --git a/src/views/materialsStation/equipment/equipmentRecord/supplyDemandBalance.vue b/src/views/materialsStation/equipment/equipmentRecord/supplyDemandBalance.vue index dcb71f52..92eef4ae 100644 --- a/src/views/materialsStation/equipment/equipmentRecord/supplyDemandBalance.vue +++ b/src/views/materialsStation/equipment/equipmentRecord/supplyDemandBalance.vue @@ -328,7 +328,8 @@ export default { dialogQuery: { pageNum: 1, pageSize: 10, - keyWord: undefined + keyWord: undefined, + agreementIds: undefined, }, dialogTotal: 0, //在用弹窗 @@ -598,6 +599,7 @@ export default { this.dialogQuery.keyWord = '' this.dialogQuery.typeId = row.typeId this.dialogQuery.proId = row.proId + this.dialogQuery.agreementIds = row.agreementIds this.getStoreCodeList() }, /** 查询在库编码列表 */