|
|
@ -805,7 +805,10 @@ export default { |
|
|
|
this.search = !this.search; |
|
|
|
this.search = !this.search; |
|
|
|
}, |
|
|
|
}, |
|
|
|
searchChange() { |
|
|
|
searchChange() { |
|
|
|
|
|
|
|
if(this.query.pickupBatchs){ |
|
|
|
this.query.pickupBatchs= this.query.pickupBatchs.replace(/,/g, ","); |
|
|
|
this.query.pickupBatchs= this.query.pickupBatchs.replace(/,/g, ","); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if(!this.query.pickupBatchs){ |
|
|
|
if(!this.query.pickupBatchs){ |
|
|
|
delete this.query.pickupBatchs |
|
|
|
delete this.query.pickupBatchs |
|
|
|
} |
|
|
|
} |
|
|
|