mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 02:59:22 +09:00
수정건 수정
This commit is contained in:
@@ -471,15 +471,19 @@ export default {
|
||||
sendNm: this.sendNm,
|
||||
sendNum: this.sendNum
|
||||
})
|
||||
|
||||
|
||||
// 등록할 발신 번호
|
||||
if (this.numberInputs.length > 0) {
|
||||
this.numberInputs.forEach(element =>
|
||||
for(var i=0; i<this.numberInputs.length; i++){
|
||||
if(this.numberInputs[i].sendNm !== '' && this.numberInputs[i].sendNum !== ''){
|
||||
this.saveSendNums.push({
|
||||
sendNm: element.sendNm,
|
||||
sendNum: element.sendNum
|
||||
sendNm: this.numberInputs[i].sendNm,
|
||||
sendNum: this.numberInputs[i].sendNum
|
||||
})
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (this.doValidate()) {
|
||||
if (this.bizrAuthYn !== 'Y') {
|
||||
if (this.nmineeDivCd === '01') {
|
||||
|
||||
Reference in New Issue
Block a user