瀏覽代碼

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']