|
@@ -457,12 +457,12 @@ 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-run-standard', query: { id: this.model.id, checkType: type } })
|
|
|
// let routeUrl = this.$router.resolve(`/share/${96}`)
|
|
|
window.open(routeUrl.href, '_blank')
|
|
|
},
|
|
|
handleViewCheckJob (type) {
|
|
|
- const routeUrl = this.$router.resolve({ path: '/check/polling-job', query: { id: this.model.id, checkType: type } })
|
|
|
+ const routeUrl = this.$router.resolve({ path: '/check-run-job', query: { id: this.model.id, checkType: type } })
|
|
|
window.open(routeUrl.href, '_blank')
|
|
|
},
|
|
|
// 根据keyNum路由相关页面
|