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

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

@@ -65,7 +65,7 @@
       </template>
       <template v-if="withSelect">
         <a-form-item prop="selection" style="margin-right: 16px">
-          <a-select :default-value="optionLists[0].name" @change="handleChange">
+          <a-select :placeholder="selectPlaceholder" @change="handleChange">
             <a-select-option
               v-for="item in optionLists"
               :key="item.name"