From 5a64eda18837ab30d75ade9a390f40a4720aeafd Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Mon, 15 Apr 2024 20:23:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=A4=BC=E7=89=A9=E5=9C=B0?= =?UTF-8?q?=E5=8C=BA?= 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 5414527..cfc9190 100644 --- a/src/views/users/GiftManageView.vue +++ b/src/views/users/GiftManageView.vue @@ -624,6 +624,7 @@ export default { }, created() { this.$nextTick(function () { + this.initPartition(); this.initData(); }); },