|
@@ -864,6 +864,9 @@ export default {
|
|
|
if (this.$route.path === '/embedIndex-home') {
|
|
|
path = '/embedIndex-caseIndexList'
|
|
|
this.$router.push({ path, query: { year: this.formInline.year, time, ruleId: Number(`${this.ruleId}`.slice(0, 2)), type: this.judgeNum } });
|
|
|
+ } else if (this.$route.path === '/reviewIndex-home') {
|
|
|
+ path = '/reviewIndex-caseIndexList'
|
|
|
+ this.$router.push({ path, query: { year: this.formInline.year, time, ruleId: Number(`${this.ruleId}`.slice(0, 2)), type: this.judgeNum, from: 'yypsIndex' } });
|
|
|
} else {
|
|
|
path = '/caseIndexList'
|
|
|
this.$router.push({ path, query: { year: this.formInline.year, time, ruleId: Number(`${this.ruleId}`.slice(0, 2)), type: this.judgeNum, from: 'yypsIndex' } });
|