瀏覽代碼

修复 bug

weiximei 6 年之前
父節點
當前提交
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 => {