소스 검색

bug 修复

lilei 3 년 전
부모
커밋
c003f6b4c5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/financialManagement/fundAccountManagement/list.vue

+ 1 - 1
src/views/financialManagement/fundAccountManagement/list.vue

@@ -150,7 +150,7 @@ export default {
     },
     //  新增/编辑
     handleEdit (row) {
-      this.itemId = row.id
+      this.itemId = row ? row.id : null
       this.openModal = true
     },
     //  资金明细