|
@@ -208,7 +208,7 @@
|
|
|
'current': this.pageIndex,
|
|
|
'size': this.pageSize,
|
|
|
'createTime': this.dataForm.createTime ? this.dataForm.createTime : null,
|
|
|
- 'cusOrderCode': this.dataForm.cusOrderCode ? this.dataForm.cusOrderCode : null,
|
|
|
+ 'contractNumber': this.dataForm.contractNumber ? this.dataForm.contractNumber : null,
|
|
|
'customerId': this.dataForm.customerId ? this.dataForm.customerId : null,
|
|
|
'state': this.dataForm.state ? this.dataForm.state : null
|
|
|
}
|