@@ -367,8 +367,7 @@ export default {
// 取消按钮
cancel() {
- this.open = false;
- this.reset();
+ this.$router.go(-1);
},
/** 搜索按钮操作 */