|
|
@@ -531,7 +531,7 @@ export default {
|
|
|
/** 重置按钮操作 */
|
|
|
resetQuery() {
|
|
|
this.resetForm("queryForm");
|
|
|
- this.queryParams.orgId = this.orgId;
|
|
|
+ this.$refs["orgTree"].setSelectTop();
|
|
|
this.queryParams.checkSub = true;
|
|
|
this.$refs["orgTree"].setCheckSub(this.queryParams.checkSub)
|
|
|
this.handleQuery();
|