|
|
@@ -421,7 +421,12 @@ export default {
|
|
|
findPageDetailrecorddatail(data) {
|
|
|
this.tableConfigDetailrecorddetail.loading = true;
|
|
|
this.$api.task
|
|
|
- .fncplyFeeQuery({ ...data,ids:this.recorddetailids })
|
|
|
+ .fncplyFeeQuery({
|
|
|
+ partnerCompaniesId: this.formDetail.partnerCompaniesId,
|
|
|
+ agreementType: '2',
|
|
|
+ isNotCar: '0',
|
|
|
+ handlingFeesStatus: '0',
|
|
|
+ ...data})
|
|
|
.then(res => {
|
|
|
if (res.code == 200) {
|
|
|
this.tableConfigDetailrecorddetail.loading = false;
|