Compare commits

...

2 Commits

Author SHA1 Message Date
yangws cb0ab7f2e9 Merge pull request 'fix:ppt活动类型判断;' (#133) from yws_dev into main
Reviewed-on: #133
2024-12-13 13:48:19 +08:00
小杨 43e9c9f44e fix:ppt活动类型判断; 2024-12-13 13:47:56 +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>({})