f1427237 by lihua

fix: 限定状态

1 parent 7b1976cb
......@@ -409,9 +409,6 @@ const strategyData = computed(() => {
index: s.index,
orderNum: s.orderNum
}, sc));
// if (sc.constraintConnectorValue?.length) {
// // connectorList.value.push(...sc.constraintConnectorValue);
// }
})
})
return v;
......@@ -516,6 +513,14 @@ const handleOperatorSelectChange = (val, scope, field) => {
targetValue: vv.at(-1)
};
})
} else if (field == 'constraintStateValue') {
svChild.additionValue = val?.map(vv => {
let item = props.limitStateOptionList?.find(c => c.guid == vv);
return {
value: item.value,
label: item.label
}
})
}
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!