소스 검색

bug 修复

lilei 3 년 전
부모
커밋
f95453206c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/salesManagement/productPricing/productSalesRecordModal.vue

+ 2 - 0
src/views/salesManagement/productPricing/productSalesRecordModal.vue

@@ -160,6 +160,8 @@ export default {
         this.paginationProps.pageSize = 20
         this.curTab = '1'
         this.list = []
+        this.queryParam.buyerSn = undefined
+        this.$refs.custList.setData(undefined)
       }
     }
   }