修改禅道已知bug
This commit is contained in:
@@ -88,6 +88,7 @@
|
||||
prcClick(row) {
|
||||
// let index = row.taskIds.lastIndexOf(',')
|
||||
// row.taskIds = row.taskIds.slice(0, index)
|
||||
row.router = this.$route.path
|
||||
if (row.prcType == '1') {
|
||||
let newUrl = this.$router.resolve({
|
||||
path: '/handshakeProcess',
|
||||
@@ -100,7 +101,7 @@
|
||||
query: row
|
||||
})
|
||||
window.open(newUrl.href, '_blank')
|
||||
}else if (row.prcType == '6') {
|
||||
} else if (row.prcType == '6') {
|
||||
let newUrl = this.$router.resolve({
|
||||
path: '/evaluationProcess',
|
||||
query: row
|
||||
|
||||
@@ -327,7 +327,7 @@
|
||||
this.$message.success(this.$t('OperationSuccessful'))
|
||||
this.loading = false
|
||||
this.$router.push({
|
||||
path: '/technologyAssessment'
|
||||
path: this.$route.query.router
|
||||
})
|
||||
} else {
|
||||
this.loading = false
|
||||
|
||||
@@ -192,7 +192,7 @@
|
||||
this.$message.success(this.$t('OperationSuccessful'))
|
||||
this.loading = false
|
||||
this.$router.push({
|
||||
path: '/collectionOfRegulatoryOpinions'
|
||||
path: this.$route.query.router
|
||||
})
|
||||
} else {
|
||||
this.loading = false
|
||||
|
||||
@@ -154,6 +154,7 @@
|
||||
dealWith(row) {
|
||||
// let index = row.taskIds.lastIndexOf(',')
|
||||
// row.taskIds = row.taskIds.slice(0, index)
|
||||
row.router = this.$route.path
|
||||
if (row.prcType == '1') {
|
||||
let newUrl = this.$router.resolve({
|
||||
path: '/handshakeProcess',
|
||||
|
||||
Reference in New Issue
Block a user