소스 검색

融信 应收账款详情

peixh 4 년 전
부모
커밋
e94a8618b9
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      front-vue/src/views/service/credit/creditDetail.vue
  2. 1 1
      front-vue/src/views/service/credit/signFor.vue

+ 1 - 1
front-vue/src/views/service/credit/creditDetail.vue

@@ -526,7 +526,7 @@ export default {
     //详情按钮
     handleDetail(index, rows){
         debugger
-        this.zbiId = rows[0].zbiId
+        this.zbiId = rows[index].zbiId
         this.openDetailBill = true
     },  
     //格式化金额 

+ 1 - 1
front-vue/src/views/service/credit/signFor.vue

@@ -568,7 +568,7 @@ export default {
         },
         //详情按钮
         handleDetail(index, rows){
-            this.zbiId = rows[0].zbiId
+            this.zbiId = rows[index].zbiId
             this.openDetailBill = true
         },
         /* 修改按钮 */