mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-21 08:48:39 +00:00
BPM:增强 model 流程模型部署时,各种参数校验
This commit is contained in:
@@ -429,7 +429,7 @@ const saveField = () => {
|
||||
|
||||
// 移除某个 字段的 配置项
|
||||
const removeFieldOptionItem = (option, index, type) => {
|
||||
console.log(option, 'option')
|
||||
// console.log(option, 'option')
|
||||
if (type === 'property') {
|
||||
fieldPropertiesList.value.splice(index, 1)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user