ソースを参照

1.去掉文件预览的控制台打印
2.修复资产四审有时候不流转的问题

GouGengquan 1 年間 前
コミット
59d04dfdac

+ 0 - 1
src/components/DocumentEditor/index.vue

@@ -137,7 +137,6 @@
         if (window.DocsAPI) {
           // 合并配置信息
           let config = merge({}, this.editorConfig, this.config)
-          console.log("config",this.config)
           this.editor = new window.DocsAPI.DocEditor(this.id, config)
         }
       }

+ 0 - 1
src/components/OnlyOffice/officeFileView.vue

@@ -82,7 +82,6 @@ export default {
                 // this.editorConfig.documentType = "pdf";
                 this.editorConfig.documentType = "word";
             }
-            console.log(this.editorConfig)
         }
     }
 }

+ 4 - 2
src/views/assets/orderDetail.vue

@@ -492,7 +492,7 @@
         </div>
       </el-tab-pane>
       <el-tab-pane name="production" class="pane-class" :lazy=true>
-        <span slot="label" @click="getProductionList()"><i class="el-icon-document"></i>产品信息</span>
+        <span slot="label" @click="getAETargetListByAssetsId()"><i class="el-icon-document"></i>产品信息</span>
         <div class="createMajor-main-container">
           <div class="postInfo-container">
             <div style="margin-top: 35px;">
@@ -1985,6 +1985,9 @@ export default {
               return;
             }
             break;
+          case 'RECHECK_REPORT':
+            this.flowDoFourthCheck();
+            break;
         }
         callback(verify);
       }
@@ -2247,7 +2250,6 @@ export default {
             .map(obj => obj.reportNo)
             // 去重
             .filter((value, index, self) => self.indexOf(value) === index);
-          this.flowDoFourthCheck();
           // 获取资产产品列表
           this.getProductionList();
           // 计算所有评估对象评估总价