|
@@ -326,8 +326,10 @@ export default {
|
|
|
},
|
|
|
/** 重置按钮操作 */
|
|
|
resetQuery() {
|
|
|
- this.queryParams.least = null
|
|
|
- this.queryParams.most = null
|
|
|
+ this.queryParams.atvName = null;
|
|
|
+ this.queryParams.scale = null;
|
|
|
+ this.queryParams.least = null;
|
|
|
+ this.queryParams.most = null;
|
|
|
this.resetForm("queryForm");
|
|
|
this.handleQuery();
|
|
|
},
|