feat : workflow前端内容检查

This commit is contained in:
clay
2024-05-11 15:10:43 +08:00
parent cf367951a5
commit 5c0e962626
3 changed files with 4 additions and 14 deletions

View File

@@ -36,6 +36,8 @@ const valid = ref(true)
let vNode = {}
const init = () => {
console.log("sdsdsdsdsdsdsd",processStore.getProcess())
processStore.init()
initMapping(processStore.getProcess())
// 定义类名(可忽略)

View File

@@ -155,7 +155,7 @@ const conditionList = computed(() => {
// if (conditionItems.length === 0 || conditionItems[0].id !== 'root') {
// conditionItems.unshift({id: 'root', title: '发起人', valueType: 'User'})
// }
conditionItems.unshift({id: 'root', title: '发起人', valueType: 'User'})
// conditionItems.unshift({id: 'root', title: '发起人', valueType: 'User'})
return conditionItems
})