diff --git a/src/views/technology/process/single.vue b/src/views/technology/process/single.vue index 6e35845..7fe311a 100644 --- a/src/views/technology/process/single.vue +++ b/src/views/technology/process/single.vue @@ -202,6 +202,7 @@ export default { /** 重置按钮操作 */ resetQuery() { + this.queryParams.equipmentTypeCode = null; this.resetForm("queryForm"); this.handleQuery(); }, diff --git a/src/views/technology/recipe/single.vue b/src/views/technology/recipe/single.vue index 6e35845..7fe311a 100644 --- a/src/views/technology/recipe/single.vue +++ b/src/views/technology/recipe/single.vue @@ -202,6 +202,7 @@ export default { /** 重置按钮操作 */ resetQuery() { + this.queryParams.equipmentTypeCode = null; this.resetForm("queryForm"); this.handleQuery(); },