@@ -346,8 +346,8 @@ export default {
/** 搜索按钮操作 */
handleQuery() {
this.queryParams.pageNum = 1;
- this.builds = []
- this.units = []
+ // this.builds = []
+ // this.units = []
this.getList();
},
/** 重置按钮操作 */