@@ -96,11 +96,11 @@ export default {
this.search();
}
},
- // // 重置
- // toClose() {
- // this.searchForm = {};
- // this.search();
- // },
+ // 重置
+ toClose() {
+ this.searchForm = {};
+ this.search();
+ },
// 多选
handleSelect(data) {
this.$set(this, `selected`, data);