فهرست منبع

fix;又参数

yangfeng 3 سال پیش
والد
کامیت
5da3794d87
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) {
     if (this.disWord) {
       location.href = `/jy_mobile/common/order/create/datareport?id=${id}&disWord=${this.disWord}&t=${+new Date()}`
       location.href = `/jy_mobile/common/order/create/datareport?id=${id}&disWord=${this.disWord}&t=${+new Date()}`
     } else {
     } else {
-      location.href = `/jy_mobile/common/order/create/datareport?id=${id}?&t=${+new Date()}`
+      location.href = `/jy_mobile/common/order/create/datareport?id=${id}&t=${+new Date()}`
     }
     }
   }
   }
 }
 }