添加流程可视化页面

This commit is contained in:
wcq 2023-09-15 15:44:53 +08:00
parent 2aa75967b8
commit fe50489790
1 changed files with 3 additions and 2 deletions

View File

@ -57,9 +57,10 @@ export function useTags() {
`${responsiveStorageNameSpace()}configure`
).hideTabs
) ?? ref("false");
const multiTags= computed(() => {
const multiTags = computed(() => {
return useMultiTagsStoreHook().multiTags;
});
}) as any;
const tagsViews = reactive<Array<tagsViewsType>>([
{