수정건 수정

This commit is contained in:
USER
2022-08-05 14:05:35 +09:00
parent 8971945e93
commit e67838c044
13 changed files with 101 additions and 32 deletions

View File

@@ -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') {