Browse Source

修改bug

chenrui 2 years ago
parent
commit
9bfd660ef0
1 changed files with 1 additions and 1 deletions
  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>
               <a-col :md="6" :sm="24">
               <a-col :md="6" :sm="24">
                 <a-form-item label="是否有库存">
                 <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 value="0">
                     </a-select-option>
                     </a-select-option>