Commit 3fc2f7d1 authored by liudong1993's avatar liudong1993

1

parent 9778bae2
......@@ -400,8 +400,22 @@
}
});
},
goTuanBMQD(row) {
if(row.TCNUM=="-"){return;}
this.$router.push({
path: 'RegistrationList',
query: {
id: row.TCID,
blank: 'y',
tab: '报名清单'
}
});
},
clickUrl(row){
if(row.OrderType==1||row.OrderType==6){
if(row.OrderType==1 && this.S_CheckAllOrder){
return this.goTuanBMQD(row)
}
return this.goTuanDetails(row)
}
this.$router.push({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment