chenrui  2 years ago
parent
commit
f902d13a21
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/securityCheck/components/securityCheckHeader.vue

+ 1 - 0
src/views/securityCheck/components/securityCheckHeader.vue

@@ -68,6 +68,7 @@
       <template v-if="withSelect">
         <a-form-item prop="selection" style="margin-right: 16px">
           <a-select
+            mode="combobox"
             :placeholder="selectPlaceholder"
             :value="formData.selection ? formData.selection : undefined"
             @change="handleChange"