Browse Source

fix:参数

yangfeng 3 năm trước cách đây
mục cha
commit
749c8fb171
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}?&=${+new Date()}`
+      location.href = `/jy_mobile/common/order/create/datareport?id=${id}?&t=${+new Date()}`
     }
   }
 }