@@ -154,10 +154,7 @@ export default {
toPage(row) {
const { ZYH } = row;
this.$router.push({ path: '/qc/caseViews', query: {
- ZYH,
- from: 'review'
- }, meta: {
- title: '申诉详情'
+ ZYH
}});
},