|
@@ -265,7 +265,7 @@
|
|
|
'size': this.pageSize,
|
|
|
'createTime': this.dataForm.createTime ? this.dataForm.createTime : null,
|
|
|
'state': this.dataForm.state ? this.dataForm.state : null,
|
|
|
- 'type': this.dataForm.type ? Number(this.dataForm.type) : null,
|
|
|
+ 'type': this.dataForm.type ? Number(this.dataForm.type) : 1,
|
|
|
'businessType': this.dataForm.businessType ? this.dataForm.businessType : null,
|
|
|
'businessId': this.dataForm.businessId ? this.dataForm.businessId : null
|
|
|
}
|