84d72f58 by lxs Committed by lihua

数据定价更新

1 parent 7b74354b
...@@ -908,7 +908,9 @@ const checkForm = (type) => { ...@@ -908,7 +908,9 @@ const checkForm = (type) => {
908 e.pricingTargetRSVOS.map(t => { 908 e.pricingTargetRSVOS.map(t => {
909 if (t.targetType == '2' && t.functionName == '1') { 909 if (t.targetType == '2' && t.functionName == '1') {
910 hasModelScore = true; 910 hasModelScore = true;
911 } else { 911 }
912 // 维度指标数大于1显示明细
913 if (e.pricingTargetRSVOS.length > 1) {
912 targetList.push({ 914 targetList.push({
913 targetName: t.targetName, 915 targetName: t.targetName,
914 tNum: t.tNum, 916 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!