From 3a46ae62a484b4ea1a9dbfb39859275f5c70ba03 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期四, 24 八月 2023 18:06:47 +0800 Subject: [PATCH] bug修复 --- src/views/other/payment/collectionPlan/AddCollectionPlan.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/other/payment/collectionPlan/AddCollectionPlan.vue b/src/views/other/payment/collectionPlan/AddCollectionPlan.vue index 0d80cbd..ca2fc6d 100644 --- a/src/views/other/payment/collectionPlan/AddCollectionPlan.vue +++ b/src/views/other/payment/collectionPlan/AddCollectionPlan.vue @@ -264,6 +264,7 @@ }, handleClose() { this.editConfig.visible = false + this.$parent.getData() }, setTableForm() { this.setTableInfomation(this.firstDate) -- Gitblit v1.8.0