|
@@ -873,14 +873,9 @@ export default {
|
|
|
if (e.s_count_year == 200) {
|
|
|
obj.id = e.id
|
|
|
}
|
|
|
- } else if (e.s_new_name.includes('市场分析定制报告')) {
|
|
|
+ } else if (e.s_new_name.includes('企业分析') || e.s_new_name.includes('业主分析') || e.s_new_name.includes('市场分析定制报告')) {
|
|
|
e.dw = '份' // 单位
|
|
|
if (e.s_count_year == 1) { // 默认1
|
|
|
- obj.id = e.id // 勾选层级的ID赋值为规格为1的产品ID
|
|
|
- }
|
|
|
- } else if (e.s_new_name.includes('企业分析') || e.s_new_name.includes('业主分析')) {
|
|
|
- e.dw = '份' // 单位
|
|
|
- if (e.s_count_year == 3) { // 默认3
|
|
|
obj.id = e.id // 勾选层级的ID赋值为规格为3的产品ID
|
|
|
}
|
|
|
} else {
|