fix:ppt活动类型判断;

This commit is contained in:
小杨 2024-12-13 13:47:56 +08:00
parent 243561dfd8
commit 43e9c9f44e
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>({})