@ -316,7 +316,7 @@ export default {
watch:{
"endForm.warehouseId"(newVal,oldVal){
if (newVal && newVal !== oldVal){
this.locationId = '';
this.endForm.locationId = '';
this.getLocationListForSearch()
}