mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 23:04:44 +09:00
test
This commit is contained in:
@@ -87,7 +87,7 @@
|
|||||||
<div class="info">
|
<div class="info">
|
||||||
<div class="count">
|
<div class="count">
|
||||||
발송건수
|
발송건수
|
||||||
<p>( 최근 3년 사용 전월까지 확인 가능하며, 청구금액은 유큐브에서 확인 가능합니다. )</p>
|
<p>( 최근 2년 사용 당월까지 확인 가능하며, 청구금액은 유큐브에서 확인 가능합니다. )</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="button_group">
|
<div class="button_group">
|
||||||
<button type="button" class="button blue download" @click="excelDown()">엑셀 다운로드</button>
|
<button type="button" class="button blue download" @click="excelDown()">엑셀 다운로드</button>
|
||||||
@@ -235,7 +235,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
async channelDetail(userSeq) {
|
async channelDetail(userSeq) {
|
||||||
this.row.userSeq = userSeq;
|
this.row.userSeq = userSeq;
|
||||||
|
console.log("userSeq",userSeq);
|
||||||
try {
|
try {
|
||||||
const response = await channelMgtApi.channelDetail(this.row);
|
const response = await channelMgtApi.channelDetail(this.row);
|
||||||
const result = response.data;
|
const result = response.data;
|
||||||
|
|||||||
Reference in New Issue
Block a user