src/views/system/calculate/report/index.vue @@ -365,6 +365,11 @@ // 使用Vue Router进行页面跳转 this.$router.push('/contract/score/index'); }, // 删除按钮 handleDelete() { } } }; </script>