From c991cf131f6c32da6dddbf4de1436b84aca5a06f Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Fri, 2 Feb 2024 11:26:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B7=E6=96=B0=E5=9F=BA=E7=A1=80=E8=A7=A3?= =?UTF-8?q?=E9=94=81=E7=A4=BC=E7=89=A9=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/users/GiftManageView.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/users/GiftManageView.vue b/src/views/users/GiftManageView.vue index a9ee95f..45e081c 100644 --- a/src/views/users/GiftManageView.vue +++ b/src/views/users/GiftManageView.vue @@ -1719,6 +1719,7 @@ export default { $("#giftModal").modal('hide'); $("#tipMsg").text("保存成功"); $("#tipModal").modal('show'); + $this.giftUnlockList(); TableHelper.doRefresh("#table"); } else { $("#tipMsg").text("保存失败." + json.message);