|
@@ -485,17 +485,17 @@ export default {
|
|
|
window.open(routeUrl.href, '_blank')
|
|
|
},
|
|
|
handleViewCheck (type) {
|
|
|
- const routeUrl = this.$router.resolve({ path: '/check/polling-standard', query: { id: this.model.id, checkType: type } })
|
|
|
+ const routeUrl = this.$router.resolve({ path: '/check/polling-standard', query: { id: this.model.id, checkType: type, sbNo: this.model.no } })
|
|
|
// let routeUrl = this.$router.resolve(`/share/${96}`)
|
|
|
window.open(routeUrl.href, '_blank')
|
|
|
},
|
|
|
handleViewCheck2 (type) {
|
|
|
- const routeUrl = this.$router.resolve({ path: '/check/spot-standard', query: { id: this.model.id, checkType: type } })
|
|
|
+ const routeUrl = this.$router.resolve({ path: '/check/spot-standard', query: { id: this.model.id, checkType: type, sbNo: this.model.no } })
|
|
|
// let routeUrl = this.$router.resolve(`/share/${96}`)
|
|
|
window.open(routeUrl.href, '_blank')
|
|
|
},
|
|
|
handleViewCheck3 (type) {
|
|
|
- const routeUrl = this.$router.resolve({ path: '/check-run-standard', query: { id: this.model.id, checkType: type } })
|
|
|
+ const routeUrl = this.$router.resolve({ path: '/check-run-standard', query: { id: this.model.id, checkType: type, sbNo: this.model.no } })
|
|
|
// let routeUrl = this.$router.resolve(`/share/${96}`)
|
|
|
window.open(routeUrl.href, '_blank')
|
|
|
},
|