4015cb8f by lxs

数据定价更新

1 parent 82fe3372
......@@ -908,7 +908,9 @@ const checkForm = (type) => {
e.pricingTargetRSVOS.map(t => {
if (t.targetType == '2' && t.functionName == '1') {
hasModelScore = true;
} else {
}
// 维度指标数大于1显示明细
if (e.pricingTargetRSVOS.length > 1) {
targetList.push({
targetName: t.targetName,
tNum: t.tNum,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!