fix:ppt活动类型判断; #133

Merged
yangws merged 1 commits from yws_dev into main 2024-12-13 13:48:20 +08:00
1 changed files with 4 additions and 0 deletions

View File

@ -168,6 +168,10 @@ const type = ref<WorkType[]>([
label: '常规作业', label: '常规作业',
value: 'primary' value: 'primary'
}, },
{
label: '框架梳理',
value: 'primary'
}
]) ])
const objItem = ref<any>({}) const objItem = ref<any>({})