1
jhzh
2025-07-06 c24f01e317c68e8d490af53210cee83d46297e20
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(() => {