웹취약점, 모의해킹 조치

This commit is contained in:
USER
2022-08-24 14:04:30 +09:00
parent d0e0ef7020
commit a2273154d1
92 changed files with 1193 additions and 1246 deletions

View File

@@ -200,7 +200,6 @@ export default {
mixins: [utils_mixin, chkPattern2],
watch: {
nmineeDivCd() {
console.log('watch : ', this.nmineeDivCd)
}
},
data() {
@@ -266,7 +265,6 @@ export default {
this.$refs.admnListPop.adminNmPopOpen();
},
setChildData(data) {
console.log(data)
this.adminId = data.adminId
this.custNm = data.custNm
this.bRegNo = data.bregNo
@@ -284,7 +282,6 @@ export default {
},
changeNmineDiv(event) {
var data = event.target.value;
console.log(data)
if (data === '01') {
this.fileType = 1
}
@@ -833,10 +830,7 @@ export default {
} else {
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;
if (result != null && result.retCode == "0000") {
//alert(562);
console.log('---------');
console.log(result);
if (result != null && result.retCode == "0000") {
if(result.data.list != null && result.data.list.length > 0){
this.row.title = '발신번호 등록';
var failMsg = "";