chenrui  2 жил өмнө
parent
commit
f902d13a21

+ 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"