浏览代码

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
     },
     //  资金明细