mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-14 02:45:06 +08:00
仿钉钉流程设计器- 简化审批拒绝逻辑
This commit is contained in:
@ -56,5 +56,4 @@ onMounted( async () => {
|
||||
})
|
||||
</script>
|
||||
<style lang='scss' scoped>
|
||||
|
||||
</style>
|
||||
|
@ -53,18 +53,14 @@ const test = async () => {
|
||||
message.error('缺少模型 modelId 编号')
|
||||
return
|
||||
}
|
||||
const test = nodeConfig.value
|
||||
console.log('test is ', test)
|
||||
|
||||
console.log('nodeConfig.value ', nodeConfig.value)
|
||||
const data1 = {
|
||||
modelId: modelId,
|
||||
simpleModelBody: toRaw(nodeConfig.value)
|
||||
}
|
||||
|
||||
const data = {
|
||||
modelId: modelId,
|
||||
id: modelId,
|
||||
simpleModelBody: nodeConfig.value
|
||||
}
|
||||
console.log('request json data1 is ', data1)
|
||||
|
||||
const result = await updateBpmSimpleModel(data)
|
||||
console.log('save the result is ', result)
|
||||
if (result) {
|
||||
|
Reference in New Issue
Block a user