From 5883f4123ebaea3f71e28559507e501eeb14b6d5 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 3 Mar 2022 09:01:37 +0800 Subject: [PATCH] BUG 27987 --- project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue b/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue index fe4f60dc..eed6ae40 100644 --- a/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue +++ b/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue @@ -238,6 +238,7 @@ export default { if (res?.code == 0) { this.$message.success("提亀成功!") this.accountDialog = false + this.getTableData(); } }) }