diff --git a/src/views/usergold/clientCountDetail.vue b/src/views/usergold/clientCountDetail.vue index c27564d..fc8eaa6 100644 --- a/src/views/usergold/clientCountDetail.vue +++ b/src/views/usergold/clientCountDetail.vue @@ -37,30 +37,7 @@ const getAdminData = async function () { console.log('管理员用户信息请求失败', error) } } -const exportExcel = async function () { - const params = { - goldDetail:{ - type: "0", - jwcode: goldDetail.value.jwcode || '', - - markets: goldDetail.value.markets || [], - endTime: goldDetail.value.endTime || '', - - startTime: goldDetail.value.startTime || '', - - sortField: sortField.value, - sortOrder:sortOrder.value, - payPlatform: goldDetail.value.payPlatform || '', - - }, - - } - const res = await API({ url: '/goldDetail/export', data: params }) - if (res.code === 200) { - ElMessage.success('导出成功') - } -} // 精网号去空格,处理 goldDetail 中的 jwcode const trimJwCode = () => { if (goldDetail.value.jwcode) {