From b084517aebdcebd698ba4e48f757e26d2701ae84 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Fri, 7 Nov 2025 17:02:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/lease/outBound/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/material/lease/outBound/index.vue b/src/views/material/lease/outBound/index.vue index 25901c12..310b287c 100644 --- a/src/views/material/lease/outBound/index.vue +++ b/src/views/material/lease/outBound/index.vue @@ -1049,6 +1049,7 @@ export default { // this.resetForm('queryForm') this.queryParams.taskStatus = '' this.queryParams.keyWord = '' + this.$refs.queryForm.resetFields() this.handleQuery() }, /** 导出按钮操作 */