feat: There is no way the, bug #52726
This commit is contained in:
@@ -39,12 +39,7 @@ export default {
|
|||||||
mounted() {this.queryProcess()},
|
mounted() {this.queryProcess()},
|
||||||
methods: {
|
methods: {
|
||||||
getPrcNameFilter(row){
|
getPrcNameFilter(row){
|
||||||
if(row && row.prcType === 'buss3'){
|
return row.prcName
|
||||||
return row.prcName + '-' + row.taskInfo
|
|
||||||
}else {
|
|
||||||
return row.prcName
|
|
||||||
}
|
|
||||||
|
|
||||||
},
|
},
|
||||||
togo () {
|
togo () {
|
||||||
this.$router.push('/processCenter')
|
this.$router.push('/processCenter')
|
||||||
|
|||||||
Reference in New Issue
Block a user