weiximei 6 лет назад
Родитель
Сommit
b16c254deb
1 измененных файлов: 2 добавлений и 0 удалений
  1. 2
    0
      VUECODE/smart-property-manage/src/views/bill/statement/index.vue

+ 2
- 0
VUECODE/smart-property-manage/src/views/bill/statement/index.vue Просмотреть файл

@@ -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 => {