소스 검색

更换id字段

Qukatie 1 개월 전
부모
커밋
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;
       });
     },