@@ -110,8 +110,11 @@ export default {
}
})
},
- dumpAduit(){
-
+ dumpAduit(row){
+ this.$router.push({
+ path: "/appeal/appealDetail",
+ query: { item: JSON.stringify(row) }
+ });