|
@@ -164,7 +164,7 @@ var vNode = {
|
|
mounted: function () {
|
|
mounted: function () {
|
|
this.buyer.name = decodeURIComponent(utils.getParam('entName'));
|
|
this.buyer.name = decodeURIComponent(utils.getParam('entName'));
|
|
var storageSet = JSON.parse(sessionStorage.getItem('buyer_high_set'))
|
|
var storageSet = JSON.parse(sessionStorage.getItem('buyer_high_set'))
|
|
- if (storageSet) {
|
|
|
|
|
|
+ if (storageSet && !this.getStatus) {
|
|
this.getNewMsg(); // 中标动态
|
|
this.getNewMsg(); // 中标动态
|
|
this.getChartData(); // 企业画像
|
|
this.getChartData(); // 企业画像
|
|
}
|
|
}
|