zhouhao 2 년 전
부모
커밋
ca36f11505
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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