zhouhao há 2 anos atrás
pai
commit
ca36f11505
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/sales_control/components/WarehouseForm.vue

+ 1 - 1
src/views/sales_control/components/WarehouseForm.vue

@@ -126,7 +126,7 @@ export default {
           }
         })
       })
-      this.dataList = JSON.parse(JSON.stringify(selected))
+      this.dataList = [...this.dataList,...JSON.parse(JSON.stringify(selected))]
       this.$refs.header.screenForm.customerName = this.dataList[0].customerName
       this.$refs.header.screenForm.customerNumber = this.dataList[0].customerNumber
       this.customerNumber = this.dataList[0].customerNumber