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