소스 검색

修改bug

chenrui 1 년 전
부모
커밋
3e8d880bbf
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      src/views/reportData/stockImportReport/detailList.vue
  2. 2 1
      src/views/reportData/stockImportReport/list.vue

+ 2 - 1
src/views/reportData/stockImportReport/detailList.vue

@@ -22,7 +22,8 @@
             <a-form-model-item label="导入类型">
               <a-select
                 placeholder="请选择导入类型"
-                v-model="queryParam.importType">
+                v-model="queryParam.importType"
+                allowClear>
                 <a-select-option value="STOCK_IMPORT">
                   库存导入
                 </a-select-option>

+ 2 - 1
src/views/reportData/stockImportReport/list.vue

@@ -17,7 +17,8 @@
             <a-form-model-item label="导入类型">
               <a-select
                 placeholder="请选择导入类型"
-                v-model="queryParam.importType">
+                v-model="queryParam.importType"
+                allowClear>
                 <a-select-option value="STOCK_IMPORT">
                   库存导入
                 </a-select-option>