Qukatie 5 дней назад
Родитель
Сommit
0f08c59cc7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/billM/billingCenter/index.vue

+ 1 - 1
src/views/billM/billingCenter/index.vue

@@ -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;
       });
     },