From 5c4a0e6466e58ee690f4bc442d1a40d08ce0cc1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Fri, 4 Jun 2021 21:39:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E4=BC=98=E5=8C=96=EF=BC=8C?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/report/CustomerAccount.vue | 5 +---- jshERP-web/src/views/report/VendorAccount.vue | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/jshERP-web/src/views/report/CustomerAccount.vue b/jshERP-web/src/views/report/CustomerAccount.vue index eda7136c..4d12543d 100644 --- a/jshERP-web/src/views/report/CustomerAccount.vue +++ b/jshERP-web/src/views/report/CustomerAccount.vue @@ -184,10 +184,6 @@ this.pleaseSelect = '' } }, - searchQuery() { - this.loadData(1); - this.initStatistics(); - }, myHandleDetail(record) { findBillDetailByNumber({ number: record.number }).then((res) => { if (res && res.code === 200) { @@ -200,6 +196,7 @@ this.$message.warning('请选择单据日期!') } else { this.loadData(1); + this.initStatistics(); } } } diff --git a/jshERP-web/src/views/report/VendorAccount.vue b/jshERP-web/src/views/report/VendorAccount.vue index 25973d76..aa8f1c25 100644 --- a/jshERP-web/src/views/report/VendorAccount.vue +++ b/jshERP-web/src/views/report/VendorAccount.vue @@ -185,10 +185,6 @@ this.pleaseSelect = '' } }, - searchQuery() { - this.loadData(1); - this.initStatistics(); - }, myHandleDetail(record) { findBillDetailByNumber({ number: record.number }).then((res) => { if (res && res.code === 200) { @@ -201,6 +197,7 @@ this.$message.warning('请选择单据日期!') } else { this.loadData(1); + this.initStatistics(); } } }