|
@@ -559,7 +559,7 @@ export default {
|
|
|
endOrderDate: this.screenForm.orderDate ? this.screenForm.orderDate[1] : '',
|
|
|
startContractExpireDate: this.screenForm.date ? this.screenForm.date[0] : '',
|
|
|
endContractExpireDate: this.screenForm.date ? this.screenForm.date[1] : '',
|
|
|
- customerKeyWord: this.screenForm.dealer,
|
|
|
+ customerKeyword: this.screenForm.dealer,
|
|
|
useUnit: this.screenForm.company,
|
|
|
createName: this.screenForm.createMan,
|
|
|
confirmName: this.screenForm.examineMan,
|