| | |
| | | </a-form> |
| | | </div> |
| | | <div class="table-operator"> |
| | | <a-button type="primary" icon="plus" @click="$refs.addagentdialog.addUserdialog = true">添加下级代理</a-button> |
| | | <a-button type="primary" icon="plus" @click="$refs.addagentdialog.addUserdialog = true, $refs.addagentdialog.initGetParensAgent()">添加下级代理</a-button> |
| | | </div> |
| | | </a-card> |
| | | |
| | |
| | | customRender: (text, row, index) => { |
| | | return text |
| | | }, |
| | | }, |
| | | { |
| | | title: '代理等级', |
| | | dataIndex: 'agentLevel', |
| | | align: 'center', |
| | | }, |
| | | { |
| | | title: '代理状态', |
| | |
| | | }, |
| | | onSizeChange(current, pageSize) { |
| | | this.agentqueryParam.pageNum = current |
| | | this.pagination.current = page |
| | | // this.pagination.current = page |
| | | this.agentqueryParam.pageSize = pageSize |
| | | this.getagentlist() |
| | | }, |