소스 검색

修复 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 => {