|
|
@@ -109,7 +109,7 @@ export default {
|
|
|
this.onlyShowHomeTarget = true;
|
|
|
} else {
|
|
|
// <!-- 0-历史指标 1-动态指标,String类型 -->
|
|
|
- if (postType == 'GZ' || postType == 'BMD') {
|
|
|
+ if (postType == 'GZ' || this.userInfo.BMDType == 'BMD') {
|
|
|
if (this.reportInfo.targetType == '0') {
|
|
|
this.onlyShowHomeTarget = false;
|
|
|
} else if (this.reportInfo.targetType == '1') {
|