Преглед изворни кода

Merge branch 'dev/v4.9.6_cyl' of qmx/jy into feature/v4.9.6

cuiyalong пре 1 година
родитељ
комит
1cbd76fb62
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/web/staticres/common-module/perfect-info/js/perfect-info.js

+ 1 - 1
src/web/staticres/common-module/perfect-info/js/perfect-info.js

@@ -1011,7 +1011,7 @@ var vNode = {
         if (r && r.error_msg === '' && r.data) {
           this.setEchoInfo(r.data)
           var requiredKeys = []
-          var biaoshu = source === 'bid_document_Introduction_page' || source.indexOf('article_BidPreparation') > -1
+          var biaoshu = this.ajaxParams.source === 'bid_document_Introduction_page' || this.ajaxParams.source.indexOf('article_BidPreparation') > -1
           if (biaoshu || this.ajaxParams.source.indexOf('certificateServices') > -1) {
             // 标书制作或者三方认证(case语句满足不了条件,放default中做更多判断)
             requiredKeys = ['name', 'phone', 'company','companyType']