소스 검색

bug 修复

lilei 2 년 전
부모
커밋
cec7016153
3개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      public/version.json
  2. 2 1
      src/views/numsGoodsShelves/vinAnalysis/spList.vue
  3. 3 2
      src/views/numsGoodsShelves/vinAnalysis/vinList.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1666772655721
+  "version": 1666926527744
 }

+ 2 - 1
src/views/numsGoodsShelves/vinAnalysis/spList.vue

@@ -223,12 +223,13 @@ export default {
         productTypeSn3: undefined //  产品三级分类
       }
       this.time = []
+      this.productType = []
       this.$refs.ruleForm.resetFields()
       this.$refs.table.clearTable()
-      this.handleSearch()
       if (this.advanced) {
         this.$refs.scanDate.resetDate()
       }
+      this.handleSearch()
     },
     // 导出
     handleExport () {

+ 3 - 2
src/views/numsGoodsShelves/vinAnalysis/vinList.vue

@@ -59,7 +59,7 @@
         </a-row>
       </a-form-model>
     </div>
-    <duv v-show="isSearch">
+    <div v-show="isSearch">
       <!-- 合计 -->
       <a-alert type="info" style="margin-bottom:10px" v-if="queryCountData">
         <div class="ftext" slot="message">
@@ -100,7 +100,7 @@
           </div>
         </template>
       </s-table>
-    </duv>
+    </div>
     <div class="unChoose" v-show="!isSearch">
       <a-icon type="exclamation-circle" theme="filled" :style="{ fontSize: '18px', color: '#ff9900', verticalAlign: 'sub', marginRight: '5px' }" />
       <span>请选择一个货架后点击查询按钮</span>
@@ -240,6 +240,7 @@ export default {
       this.queryParam.shelfSn = undefined
       this.queryParam.brandName = undefined
       this.queryParam.modelName = undefined
+      this.time = []
       this.$refs.rangeDate.resetDate(this.time)
       this.$refs.ruleForm.resetFields()
       // this.$refs.table.refresh(true)