chenrui il y a 2 ans
Parent
commit
9bfd660ef0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/productManagement/productInfo/list.vue

+ 1 - 1
src/views/productManagement/productInfo/list.vue

@@ -32,7 +32,7 @@
               </a-col>
               <a-col :md="6" :sm="24">
                 <a-form-item label="是否有库存">
-                  <a-select @change="handleHasQty" :value="queryParam.stockEmptyFlag" placeholder="请选择查看是否有库存">
+                  <a-select @change="handleHasQty" allowClear :value="queryParam.stockEmptyFlag" placeholder="请选择查看是否有库存">
                     <a-select-option value="0">
                     </a-select-option>