From 641bb37fd5fab4930f8890f5adb3fc39545b2bd3 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Mon, 7 Jul 2025 10:37:00 +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/apply/component/addToolsApply.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/views/material/lease/apply/component/addToolsApply.vue b/src/views/material/lease/apply/component/addToolsApply.vue index 26d3ba10..18abad01 100644 --- a/src/views/material/lease/apply/component/addToolsApply.vue +++ b/src/views/material/lease/apply/component/addToolsApply.vue @@ -75,7 +75,6 @@ clearable maxlength="50" style="width: 240px" - @keyup.enter.native="handleQuery" /> @@ -86,7 +85,6 @@ clearable maxlength="11" style="width: 240px" - @keyup.enter.native="handleQuery" /> @@ -747,7 +745,7 @@ export default { ); this.equipmentList = response.data.leaseApplyDetailsList; // 如果 bmFileInfos有值 - if (this.maForm.bmFileInfos.length > 0) { + if (this.maForm.bmFileInfos?.length > 0) { this.isFileFbs = true } // this.loading = false;