guhongwei 5 anni fa
parent
commit
982ed2619f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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' });
     },
   },
 };