guhongwei %!s(int64=5) %!d(string=hai) anos
pai
achega
982ed2619f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/financial/index.vue

+ 1 - 1
src/views/financial/index.vue

@@ -42,7 +42,7 @@ export default {
   computed: {},
   methods: {
     clickBtn() {
-      console.log('添加');
+      this.$router.push({ path: '/financial/detail' });
     },
   },
 };