Explorar el Código

更换id字段

Qukatie hace 1 mes
padre
commit
0f08c59cc7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
       });
     },