ananzhusen 1 жил өмнө
parent
commit
c4a546e75e

+ 1 - 1
src/views/components/Graphics.vue

@@ -444,7 +444,7 @@ const groupChange = async (name: string) => {
       if (activeAssets.value === 'system') {
         if (!templateCaches.length) {
           loading.value = true;
-          templateCaches.push(...(await getCaseProjects('系统模')));
+          templateCaches.push(...(await getCaseProjects('系统模')));
           for (const group of templates) {
             group.list = [];
             for (const item of templateCaches) {