@@ -407,6 +407,7 @@ export default {
/** 重置按钮操作 */
resetQuery() {
this.resetForm("queryForm");
+ this.queryParams.companyIdsList=null;
this.queryParams.isShow=this.activeName
this.handleQuery();
},