feat: There is no way the, bug #52726

This commit is contained in:
super_liu
2022-05-10 10:23:43 +08:00
parent 0eba391df3
commit aa7fd756e6
@@ -39,12 +39,7 @@ export default {
mounted() {this.queryProcess()},
methods: {
getPrcNameFilter(row){
if(row && row.prcType === 'buss3'){
return row.prcName + '-' + row.taskInfo
}else {
return row.prcName
}
return row.prcName
},
togo () {
this.$router.push('/processCenter')