瀏覽代碼

Merge branch 'master' of http://36.137.93.232:3000/hf/byte-sailing-new

cz 2 年之前
父節點
當前提交
304e0b37bc
共有 1 個文件被更改,包括 7 次插入1 次删除
  1. 7 1
      src/views/purchaseSales/outAndInWarehouse/manualDelivery/index.vue

+ 7 - 1
src/views/purchaseSales/outAndInWarehouse/manualDelivery/index.vue

@@ -54,7 +54,13 @@
     </el-dialog>
 
     <el-dialog v-model="openProduct" title="选择商品" width="80%" append-to-body>
-      <InventoryInquiry :selectStatus="true" :warehouseId="formData.data.warehouseId" @cancel="openProduct = false" @select="select"></InventoryInquiry>
+      <InventoryInquiry
+        :selectStatus="true"
+        :warehouseId="formData.data.warehouseId"
+        @cancel="openProduct = false"
+        @select="select"
+        :key="formData.data.warehouseId">
+      </InventoryInquiry>
     </el-dialog>
   </div>
 </template>