From 2d9e2cf2bf9ac748d79062ebdc5b37d3f0dbca62 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Sun, 17 Aug 2025 16:18:51 +0800
Subject: [PATCH] 2
---
src/views/capital/fundrecords.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/capital/fundrecords.vue b/src/views/capital/fundrecords.vue
index cbcf05b..7738925 100644
--- a/src/views/capital/fundrecords.vue
+++ b/src/views/capital/fundrecords.vue
@@ -77,8 +77,8 @@
</page-header-wrapper>
</template>
<script>
-import { cashlist } from '@/api/capital'
-import { nextagent } from '@/api/home'
+import { agentcashlist } from '@/api/capital'
+import { agentgetSecondAgent } from '@/api/home'
import moment from 'moment'
export default {
name: 'Fundrecords',
@@ -184,7 +184,7 @@
getagentlist () {
var that = this
this.agentloading = true
- nextagent(this.agentqueryParam).then(res => {
+ agentgetSecondAgent(this.agentqueryParam).then(res => {
this.agentlist = res.data.list
setTimeout(() => {
that.agentloading = false
@@ -194,7 +194,7 @@
getlist () {
var that = this
this.loading = true
- cashlist(this.queryParam).then(res => {
+ agentcashlist(this.queryParam).then(res => {
this.datalist = res.data.list
this.pagination.total = res.data.total
setTimeout(() => {
--
Gitblit v1.9.3