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