<el-button type="primary" @click="exports">导出</el-button>
import { EXPORTS_USERLIST } from '@/api/api.js'
methods:{
exports(){
location.target = '_black';
location.href = EXPORTS_USERLIST;
}
}