陈少旭 6 months ago
parent
commit
49f4897dd9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/eleFaPiao/settleDetail.vue

+ 1 - 1
src/xt_pages/eleFaPiao/settleDetail.vue View File

@@ -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;