zhulizhen hace 5 años
padre
commit
788b765a3f
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  1. 5 2
      src/components/todayStrategy.vue

+ 5 - 2
src/components/todayStrategy.vue

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