chenjun 2 жил өмнө
parent
commit
930c26fbde

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

@@ -72,6 +72,7 @@
             :placeholder="selectPlaceholder"
             :value="formData.selection ? formData.selection : undefined"
             @change="handleChange"
+            allowClear
           >
             <a-select-option
               v-for="item in optionLists"
@@ -187,10 +188,6 @@ export default {
     optionLists: {
       type: Array,
       default: () => [
-        {
-          name: "全部",
-          lable: "",
-        },
         {
           name: "A",
           lable: "A",