Merge pull request 'fix:ppt活动类型判断;' (#133) from yws_dev into main

Reviewed-on: #133
This commit is contained in:
yangws 2024-12-13 13:48:19 +08:00
commit cb0ab7f2e9
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>({})