浏览代码

fix:数据报告至下单传参

yangfeng 3 年之前
父节点
当前提交
ad6230b2d8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/main/ReportDetail.vue

+ 1 - 1
src/views/main/ReportDetail.vue

@@ -120,7 +120,7 @@ export default class Home extends Vue {
     if (this.disWord) {
       location.href = `/jy_mobile/common/order/create/datareport?id=${id}&disWord=${this.disWord}&t=${+new Date()}`
     } else {
-      location.href = `/jy_mobile/common/order/create/datareport?id=${id}?t=${+new Date()}`
+      location.href = `/jy_mobile/common/order/create/datareport?id=${id}?&=${+new Date()}`
     }
   }
 }