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