From c24f01e317c68e8d490af53210cee83d46297e20 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sun, 06 Jul 2025 15:33:16 +0800
Subject: [PATCH] 1
---
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