ananzhusen hace 1 año
padre
commit
c4a546e75e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/components/Graphics.vue

+ 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) {