mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 02:16:34 +09:00
발신번호 등록 팝업 수정
This commit is contained in:
@@ -549,7 +549,9 @@ export default {
|
|||||||
const response = await sendNumMgtApi.insertNumber(this.adminId, this.custNm, this.bRegNo, this.nmineeDivCd, this.saveSendNums, this.bizrAuthYn, this.custSeq, this.bRegNo)
|
const response = await sendNumMgtApi.insertNumber(this.adminId, this.custNm, this.bRegNo, this.nmineeDivCd, this.saveSendNums, this.bizrAuthYn, this.custSeq, this.bRegNo)
|
||||||
const result = response.data;
|
const result = response.data;
|
||||||
if (result != null && result.retCode == "0000") {
|
if (result != null && result.retCode == "0000") {
|
||||||
alert(562);
|
//alert(562);
|
||||||
|
console.log('---------');
|
||||||
|
console.log(result);
|
||||||
if(result.data.list != null && result.data.list.length > 0){
|
if(result.data.list != null && result.data.list.length > 0){
|
||||||
this.row.title = '발신번호 등록';
|
this.row.title = '발신번호 등록';
|
||||||
var failMsg = "";
|
var failMsg = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user