修改禅道已知bug

This commit is contained in:
qq787203167
2022-08-11 16:59:46 +08:00
parent d81a824a9c
commit 799bbd1591
4 changed files with 5 additions and 3 deletions
@@ -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',