数据定价更新
Showing
1 changed file
with
3 additions
and
1 deletions
| ... | @@ -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, | ... | ... |
-
Please register or sign in to post a comment