|
@@ -118,9 +118,9 @@ export default class Home extends Vue {
|
|
goBuy (id) {
|
|
goBuy (id) {
|
|
this.saveReportInfo(this.detail)
|
|
this.saveReportInfo(this.detail)
|
|
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()}`
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|