浏览代码

refactor(create-order): 移除调试用的 console.log 语句

- 在 ContractInfo.vue 中移除了关于 fileUrl 的 console.log
- 在 OrderDetailCardProductSummarize.vue 中移除了关于 productData 的 console.log

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 2 月之前
父节点
当前提交
bd0e54c150

+ 0 - 1
src/views/create-order/components/order-detail-submodule/ContractInfo.vue

@@ -89,7 +89,6 @@ export default {
       if(url) {
         const urls = this.$router.resolve(url)
         const fileUrl = '/shareFile' + urls.href.split('/shareFile')[1]
-        console.log(fileUrl, 'url')
         this.$confirm("确定下载该归档协议吗?", "提示").then(() => {
           const a1 = document.createElement('a')
           a1.download = this.contractRes.contract_file_name

+ 0 - 1
src/views/create-order/components/order-detail-submodule/OrderDetailCardProductSummarize.vue

@@ -115,7 +115,6 @@ export default {
         );
       }
       this.productData = productData;
-      console.log('productData', this.productData);
       this.setTotalAmounts(this.productData);
     },
     // 设置红冲标识显示字段