This commit is contained in:
2026-03-30 15:25:55 +08:00
parent 80b536e64e
commit dd9a258839

View File

@@ -243,6 +243,7 @@ const currentProjectBaseInfo = reactive<any>({
const viewType = ref(enableConfigByTenant([TENANT_ENUM.LYRIC]) ? 'list' : 'card');
const searchParams = ref({
type: props.projectType,
nodeType: NODE_TYPE.PROJECT,
});
const currentRow = ref();