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()}, 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')