|
|
@@ -259,7 +259,7 @@ export default {
|
|
|
formDetail: {},
|
|
|
formTableData: [],
|
|
|
formTableDatarecord:[],
|
|
|
- recorddetailids:'',
|
|
|
+ recorddetailid:'',
|
|
|
tableConfigDetailrecorddetail: {
|
|
|
columns: [
|
|
|
{
|
|
|
@@ -388,7 +388,7 @@ export default {
|
|
|
haldRecordDetail(row) {
|
|
|
this.dialogVisiblerecordDetail = true
|
|
|
this.getListrecorddetail()
|
|
|
- this.recorddetailids = row.ids
|
|
|
+ this.recorddetailid = row.id
|
|
|
|
|
|
},
|
|
|
getListrecorddetail(data) {
|
|
|
@@ -402,6 +402,7 @@ export default {
|
|
|
agreementType: '2',
|
|
|
isNotCar: '0',
|
|
|
handlingFeesStatus: '0',
|
|
|
+ id:this.recorddetailid,
|
|
|
...data})
|
|
|
.then(res => {
|
|
|
if (res.code == 200) {
|
|
|
@@ -422,6 +423,7 @@ export default {
|
|
|
agreementType: '2',
|
|
|
isNotCar: '1',
|
|
|
handlingFeesStatus: '0',
|
|
|
+ id:this.recorddetailid,
|
|
|
...data
|
|
|
})
|
|
|
.then(res => {
|
|
|
@@ -461,6 +463,7 @@ export default {
|
|
|
this.findPage();
|
|
|
},
|
|
|
haldRecord(row) {
|
|
|
+ this.recorddetailid = row.id
|
|
|
this.findPageDetailrecord()
|
|
|
this.dialogVisiblerecord = true
|
|
|
}
|