| | |
| | | </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', |
| | |
| | | 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 |
| | |
| | | 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(() => { |