|
@@ -1512,7 +1512,7 @@ export default {
|
|
|
this.conditionData = [];
|
|
|
this.commonFieldData = [];
|
|
|
this.btnHidenCondtionData = [];
|
|
|
- this.resetForm("btnGroupFormRef");
|
|
|
+ // this.resetForm("btnGroupFormRef");
|
|
|
},
|
|
|
/** 搜索按钮操作 */
|
|
|
handleQuery() {
|
|
@@ -1520,7 +1520,7 @@ export default {
|
|
|
},
|
|
|
/** 重置按钮操作 */
|
|
|
resetQuery() {
|
|
|
- this.resetForm("queryForm");
|
|
|
+ // this.resetForm("queryForm");
|
|
|
console.log(this.queryParams);
|
|
|
this.handleQuery();
|
|
|
},
|