@@ -120,7 +120,7 @@ export default {
methods: {
// 取消申报
resetBtn() {
- console.log('取消申报');
+ window.history.back();
},
// 下一步
basicBtn(formName) {