From 24b9f8f7056e70ac6699806a2158fe832de26e14 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 <31820853+zhengkunwang223@users.noreply.github.com> Date: Tue, 18 Apr 2023 15:26:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E7=BD=91=E7=AB=99?= =?UTF-8?q?=E8=BF=87=E6=9C=9F=E6=97=B6=E9=97=B4=E8=AE=BE=E7=BD=AE=E4=B8=BA?= =?UTF-8?q?=E6=B0=B8=E4=B9=85=E4=B9=8B=E5=90=8E=E5=86=8D=E6=AC=A1=E6=89=93?= =?UTF-8?q?=E5=BC=80=E8=BF=87=E6=9C=9F=E6=97=B6=E9=97=B4=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=20(#685)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/website/website/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/website/website/index.vue b/frontend/src/views/website/website/index.vue index ab2c991c4..b6dc1ecd6 100644 --- a/frontend/src/views/website/website/index.vue +++ b/frontend/src/views/website/website/index.vue @@ -314,6 +314,7 @@ const submitDate = (row: any) => { UpdateWebsite(req).then(() => { row.change = true; MsgSuccess(i18n.global.t('commons.msg.updateSuccess')); + search(); }); };