Pārlūkot izejas kodu

Merge branch 'dev/v4.9.33_wmh' of qmx/jy into feature/v4.9.33

wenmenghao 1 gadu atpakaļ
vecāks
revīzija
ad0873cc30

+ 2 - 2
src/web/staticres/common-module/portrait/js/downloadpopup.js

@@ -460,7 +460,7 @@ var downloadpopup = {
       } 
       } 
     
     
         let that = this 
         let that = this 
-        let entid = sessionStorage.getItem('winner_high_eid') ? sessionStorage.getItem('winner_high_eid') : utils.getParam('eId')
+        let entid =  utils.getParam('eId')
         let params 
         let params 
         if(this.type == 'unit'){
         if(this.type == 'unit'){
           params = {
           params = {
@@ -480,7 +480,7 @@ var downloadpopup = {
           params = {
           params = {
             type:1,
             type:1,
             entName:this.data.portraitName,
             entName:this.data.portraitName,
-            entId:entid,
+            entId:entid ? decodeURIComponent(entid) : '',
             match:'',
             match:'',
             exactMatch:0,
             exactMatch:0,
             matchRange:'purchasing',
             matchRange:'purchasing',