lilei 2 年之前
父節點
當前提交
5a22017527
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/salesReturnManagement/salesReturn/queryPart.vue

+ 1 - 1
src/views/salesReturnManagement/salesReturn/queryPart.vue

@@ -167,7 +167,7 @@ export default {
     },
     pageInit (buyerSn, warehouseSn) {
       this.buyerSn = buyerSn
-      this.queryParam.warehouseSn = warehouseSn
+      // this.queryParam.warehouseSn = warehouseSn
       const arr = [
         { title: '序号', dataIndex: 'no', width: '6%', align: 'center' },
         { title: '产品编码', dataIndex: 'productCode', width: '24%', align: 'center', customRender: function (text) { return text || '--' } },