This commit is contained in:
dhr
2025-08-20 21:10:21 +08:00
parent 6cab291522
commit 1dbde76257
8 changed files with 891 additions and 238 deletions

View File

@ -116,6 +116,7 @@ import { listContactTypeformtemplate } from '@/api/cory/contactformtemplate';
import { addContactnotice, delContactnotice, listContactnotice } from '@/api/cory/contactnotice';
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
const { wf_business_status } = toRefs(proxy?.useDict('wf_business_status'));
// 获取用户 store
const userStore = useUserStoreHook();
// 从 store 中获取项目列表和当前选中的项目