diff --git a/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue b/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue index ab132f40..8aa07dd5 100644 --- a/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue +++ b/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue @@ -267,6 +267,7 @@ export default { this.searchTable2() }, searchTable1() { // 查询标准件和外购件 + this.total1 = 0 let check1, check2 this.machineNumberValue ? check1 = 1 : check1 = 0 this.groupNumberValue ? check2 = 1 : check2 = 0 @@ -276,6 +277,7 @@ export default { }) }, searchTable2() { // 查询基本件 + this.total2 = 0 let check1, check2 this.machineNumberValue ? check1 = 1 : check1 = 0 this.groupNumberValue ? check2 = 1 : check2 = 0