|
@@ -188,6 +188,8 @@ export default {
|
188
|
188
|
this.formInline.billName = '' // 缴费项 名称
|
189
|
189
|
this.formInline.billInvoiceId = '' // 缴费单 编号
|
190
|
190
|
this.formInline.payName = '' // 缴费人
|
|
191
|
+
|
|
192
|
+ this.getBillStatement()
|
191
|
193
|
},
|
192
|
194
|
exportExcel() {
|
193
|
195
|
this.$store.dispatch('ExportBillStatementExcel', this.formInline.billId).then(res => {
|