From a8e98b9b664fd8009a97af6055abe025eef13331 Mon Sep 17 00:00:00 2001 From: chenjianan Date: Wed, 6 Mar 2019 11:31:43 +0800 Subject: [PATCH] fix bug --- .../InvoiceSettlementApplication/index.vue | 12 ++++++------ .../InvoiceSettlementApprove/index.vue | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue b/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue index 9fd5019d..f5535889 100644 --- a/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue +++ b/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue @@ -138,7 +138,7 @@ @@ -158,7 +158,7 @@ @@ -316,7 +316,7 @@ @@ -336,7 +336,7 @@ @@ -414,7 +414,7 @@ @@ -712,7 +712,7 @@ export default { }).then(() => { const group = [] for (let i = 0; i < this.group2.length; i++) { - group.push(this.group2[i].发票结算申请单明细流水号组) + group.push(this.group2[i].发票结算申请单明细流水号) } deleteTable2(group).then(response => { if (response.data[0].result === '1') { diff --git a/src/views/PurchasingCenter/InvoiceSettlementApprove/index.vue b/src/views/PurchasingCenter/InvoiceSettlementApprove/index.vue index 1bf094f6..6b002293 100644 --- a/src/views/PurchasingCenter/InvoiceSettlementApprove/index.vue +++ b/src/views/PurchasingCenter/InvoiceSettlementApprove/index.vue @@ -133,7 +133,7 @@ @@ -153,7 +153,7 @@