1
jhzh
2026-01-12 e5919c0e9058fd417fb4a8ca5b37013f17ab5b37
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(() => {