Kaynağa Gözat

更换id字段

Qukatie 5 ay önce
ebeveyn
işleme
0f08c59cc7
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/views/billM/billingCenter/index.vue

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

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