From 35b27f6fdfa9ad94003e77d5712d963b1b356a6e Mon Sep 17 00:00:00 2001 From: chenjianan Date: Sat, 16 Mar 2019 17:28:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E4=BB=B6=E9=87=87=E8=B4=AD?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/PurchasingCenter/PurchaseSituationSearch/index.vue | 2 ++ 1 file changed, 2 insertions(+) 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