@@ -879,7 +879,7 @@ export default {
methods: {
viewRLA(row) {
this.rlaData = [];
- getListAll({ billId: row.accBillId }).then(res => {
+ getListAll({ billId: row.id }).then(res => {
this.rlaData = res.data.data;
});
},