@@ -679,6 +679,7 @@ export default {
/** 重置按钮操作 */
resetQuery() {
this.devices = null;
+ this.searchDevices=null;
this.resetForm("queryForm");
this.handleQuery();
},