Эх сурвалжийг харах

feat:采购单位画像修改

yangfeng 3 жил өмнө
parent
commit
062b2396a7

+ 1 - 1
src/jfw/modules/app/src/web/staticres/jyapp/big-member/js/unit_portrayal.js

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

+ 1 - 1
src/web/staticres/big-member/js/unit_portrayal.js

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