perf: bpm模型复制优化

This commit is contained in:
zws
2025-01-16 09:27:30 +08:00
parent 2f7200abdb
commit e44f48c0c4
2 changed files with 8 additions and 0 deletions

View File

@ -160,6 +160,8 @@ const initData = async () => {
// 复制场景
if (route.params.type === 'copy') {
delete formData.value.id
formData.value.name += '副本'
formData.value.key += '_copy'
}
} else {
// 新增场景