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) {
     handleEdit (row) {
-      this.itemId = row.id
+      this.itemId = row ? row.id : null
       this.openModal = true
       this.openModal = true
     },
     },
     //  资金明细
     //  资金明细