|
|
@@ -260,7 +260,7 @@ export default {
|
|
|
this.formDetail = row
|
|
|
this.findPageDetail(row)
|
|
|
},
|
|
|
- findPageDetail(data) {
|
|
|
+ s(data) {
|
|
|
this.tableConfigDetail.loading = true
|
|
|
this.$api.task
|
|
|
.invicdetai({
|
|
|
@@ -268,8 +268,8 @@ export default {
|
|
|
agreementType: '2',
|
|
|
isNotCar: '1',
|
|
|
isNotDocumentary: '0',
|
|
|
- handlingFeesStatus: '0'
|
|
|
-
|
|
|
+ handlingFeesStatus: '0',
|
|
|
+ isSettlement: '1',
|
|
|
})
|
|
|
.then(res => {
|
|
|
if (res.code == 200) {
|