瀏覽代碼

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)
       }
     }
   }