feat:更新图片模块

This commit is contained in:
2026-02-12 23:24:27 +08:00
parent 2fbae7f80f
commit 223a59cd8a
14 changed files with 156 additions and 139 deletions

View File

@@ -32,7 +32,8 @@ export const useAnniversaryStore = defineStore('anniversary', {
title: '',
data: {}
} as IDialog<IAnniversary>,
isRefresh: false
isRefresh: false,
isLoading: false
}),
actions: {
async queryAnniversaryList() {