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
Showing only changes of commit 43e9c9f44e - Show all commits

View File

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