From 2ca94de8ede18ac07ccfd8dec7b6f6a707adde9b Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 01 Sep 2025 11:20:24 +0800
Subject: [PATCH] Merge branch 'refs/heads/feature/v5.0/5.0.5' into patch_management

---
 src/views/resource/attach.vue |   17 +++++------------
 1 files changed, 5 insertions(+), 12 deletions(-)

diff --git a/src/views/resource/attach.vue b/src/views/resource/attach.vue
index 2448af1..fe1f5c6 100644
--- a/src/views/resource/attach.vue
+++ b/src/views/resource/attach.vue
@@ -56,8 +56,7 @@
         dialogClickModal: false,
 
         height: 'auto',
-        calcHeight: 0,
-
+        calcHeight: 20,
         column: [
           {
             label: '附件地址',
@@ -157,6 +156,9 @@
                 trigger: 'blur',
               },
             ],
+              change: (value) => {
+               this.searchChange({ ...this.query,daterange:value.value}, () => {});
+            }
           },
         ],
       },
@@ -316,13 +318,4 @@
 }
 </script>
 
-<style scoped lang="scss">
-:deep() {
-  .avue-crud__body {
-    .el-form {
-      height: 745px;
-      overflow: auto;
-    }
-  }
-}
-</style>
+<style scoped lang="scss"></style>

--
Gitblit v1.9.3