mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 19:09:49 +09:00
유치채널 형황 뷰
This commit is contained in:
@@ -264,7 +264,6 @@ export default {
|
||||
var fbSndCntMTotal = 0;
|
||||
if (result != null && result.retCode == '0000') {
|
||||
//데이터값이 널이면 오류처리
|
||||
console.log(result.data.list);
|
||||
for (var i = 0; i < result.data.list.length; i++) {
|
||||
sndCntTotal = sndCntTotal + Number(result.data.list[i].sndCnt);
|
||||
sndCntSTotal = sndCntSTotal + Number(result.data.list[i].sndCntS);
|
||||
@@ -352,11 +351,6 @@ export default {
|
||||
sndCntMTotal = sndCntMTotal + Number(data.list[i].sndCntM);
|
||||
sndCntATotal = sndCntATotal + Number(data.list[i].sndCntA);
|
||||
}
|
||||
console.log('sndCntTotal : ' + sndCntTotal);
|
||||
console.log('sndCntSTotal : ' + sndCntSTotal);
|
||||
console.log('sndCntLTotal : ' + sndCntLTotal);
|
||||
console.log('sndCntMTotal : ' + sndCntMTotal);
|
||||
console.log('sndCntATotal : ' + sndCntATotal);
|
||||
let totalRow = {
|
||||
sumYm: '합계',
|
||||
sndCnt: sndCntTotal,
|
||||
|
||||
Reference in New Issue
Block a user