guhongwei 5 年之前
父节点
当前提交
982ed2619f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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' });
     },
   },
 };