陈少旭 6 달 전
부모
커밋
49f4897dd9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/xt_pages/eleFaPiao/settleDetail.vue

+ 1 - 1
src/xt_pages/eleFaPiao/settleDetail.vue 파일 보기

@@ -381,7 +381,7 @@ export default {
381 381
   methods: {
382 382
     chaxun(row){
383 383
       let params = {
384
-        "order_ids": row.id,
384
+        "id": row.result.id,
385 385
         "admin_user_id":this.$store.getters.xt_user.user.id,
386 386
       }
387 387
       var that = this;